Dposition
SCPI Command :
SEARch:TRIGger:USB:DPOSition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:USB:DPOSition value: int = driver.search.trigger.usb.dposition.get(search = 'abc')
Specifies the position within a payload data packet, in which a special data pattern is to be searched.
- Returns:
data_position: 0 to 1024
- set(search: str, data_position: int) None[source]
# SEARch:TRIGger:USB:DPOSition driver.search.trigger.usb.dposition.set(search = 'abc', data_position = 1)
Specifies the position within a payload data packet, in which a special data pattern is to be searched.
- Parameters:
data_position – 0 to 1024