Dpoperator

SCPI Command :

SEARch:TRIGger:USB:DPOPerator
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) DataIndexOperator[source]
# SEARch:TRIGger:USB:DPOPerator
value: enums.DataIndexOperator = driver.search.trigger.usb.dpoperator.get(search = 'abc')

Sets the operator (any or equal) for the payload data index position.

Parameters:

search

ANY | OFF | EQUal

  • ANY = OFF: The position of payload data is not relevant for the search condition.

set(search: str, optor_posi: DataIndexOperator) None[source]
# SEARch:TRIGger:USB:DPOPerator
driver.search.trigger.usb.dpoperator.set(search = 'abc', optor_posi = enums.DataIndexOperator.ANY)

Sets the operator (any or equal) for the payload data index position.