Dposition
SCPI Command :
SEARch:TRIGger:I2C:DPOSition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:I2C:DPOSition value: int = driver.search.trigger.i2C.dposition.get(search = 'abc')
Defines the first byte of interest. All bytes before that byte are ignored.
- Returns:
data_position: The index 0 is associated with the first data byte.
- set(search: str, data_position: int) None[source]
# SEARch:TRIGger:I2C:DPOSition driver.search.trigger.i2C.dposition.set(search = 'abc', data_position = 1)
Defines the first byte of interest. All bytes before that byte are ignored.
- Parameters:
data_position – The index 0 is associated with the first data byte.