Dpoperator
SCPI Command :
TRIGger<*>:USB:DPOPerator
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) DataIndexOperator[source]
# TRIGger<*>:USB:DPOPerator value: enums.DataIndexOperator = driver.trigger.usb.dpoperator.get(trigger = repcap.Trigger.Default)
Sets the operator (any or equal) for the payload data index position.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- set(optor_posi: DataIndexOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:USB:DPOPerator driver.trigger.usb.dpoperator.set(optor_posi = enums.DataIndexOperator.ANY, trigger = repcap.Trigger.Default)
Sets the operator (any or equal) for the payload data index position.
- Parameters:
optor_posi –
ANY | OFF | EQUal
ANY = OFF: The position of the bit pattern within the payload data is not relevant.
EQUal: Sets the operator for specifying a special start position for the bit pattern within the payload data.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)