Dpoperator
SCPI Command :
SEARch:TRIGger:SPI:DPOPerator
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) DataIndexOperator[source]
# SEARch:TRIGger:SPI:DPOPerator value: enums.DataIndexOperator = driver.search.trigger.spi.dpoperator.get(search = 'abc')
Operator for the data position. You can define an exact position, a position range, or let the position undefined (ANY) .
- Parameters:
search – ANY = OFF, INRange = RANGe
- set(search: str, dat_posi_optor: DataIndexOperator) None[source]
# SEARch:TRIGger:SPI:DPOPerator driver.search.trigger.spi.dpoperator.set(search = 'abc', dat_posi_optor = enums.DataIndexOperator.ANY)
Operator for the data position. You can define an exact position, a position range, or let the position undefined (ANY) .