Dpoperator
SCPI Command :
TRIGger<*>:FLXRay:DPOPerator
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) DataIndexOperator[source]
# TRIGger<*>:FLXRay:DPOPerator value: enums.DataIndexOperator = driver.trigger.flxRay.dpoperator.get(trigger = repcap.Trigger.Default)
Sets the operator for the data position. You can defined an exact position, or a position range.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- set(dat_posi_optor: DataIndexOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:FLXRay:DPOPerator driver.trigger.flxRay.dpoperator.set(dat_posi_optor = enums.DataIndexOperator.ANY, trigger = repcap.Trigger.Default)
Sets the operator for the data position. You can defined an exact position, or a position range.
- Parameters:
dat_posi_optor –
ANY | OFF | EQUal | GETHan | INRange | RANGe
OFF = ANY: The data position is not relevant for the trigger condition.
EQUal | GETHan: Equal, Greater or equal than. These conditions require one data position to be set with TRIGgert:FLXRay:DPOSition.
INRange = RANGe: In range: Set the minimum and maximum value of the range with TRIGgert:FLXRay:DPOSition and TRIGgert:FLXRay:DPTO.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)