Dpoperator
SCPI Command :
SEARch:TRIGger:I2C:DPOPerator
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) DataIndexOperator[source]
# SEARch:TRIGger:I2C:DPOPerator value: enums.DataIndexOperator = driver.search.trigger.i2C.dpoperator.get(search = 'abc')
Sets the operator for the data position. You can defined an exact position, or a position range.
- Parameters:
search –
ANY | OFF | EQUal | GETHan | INRange | RANGe
ANY = OFF: The position of the required pattern is not relevant.
EQUal | GETHan: Equal, Greater or equal than. These conditions require one data position to be set with SEARch:TRIGger:I2C:DPOSition.
INRange = RANGe: In range: Set the minimum and maximum value of the range with SEARch:TRIGger:I2C:DPOSition and SEARch:TRIGger:I2C:DPTO.
- set(search: str, dat_posi_optor: DataIndexOperator) None[source]
# SEARch:TRIGger:I2C:DPOPerator driver.search.trigger.i2C.dpoperator.set(search = 'abc', dat_posi_optor = enums.DataIndexOperator.ANY)
Sets the operator for the data position. You can defined an exact position, or a position range.