Dposition
SCPI Command :
SEARch:TRIGger:CAN:FDATa:DPOSition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:CAN:FDATa:DPOSition value: int = driver.search.trigger.can.fdata.dposition.get(search = 'abc')
Defines the first possible start position of the data pattern. The setting is available in CAN FD option R&S RTP-K9.
- Parameters:
search – String with the search name
- Returns:
data_position: 1 to 57
- set(search: str, data_position: int) None[source]
# SEARch:TRIGger:CAN:FDATa:DPOSition driver.search.trigger.can.fdata.dposition.set(search = 'abc', data_position = 1)
Defines the first possible start position of the data pattern. The setting is available in CAN FD option R&S RTP-K9.
- Parameters:
search – String with the search name
data_position – 1 to 57