Fcondition
SCPI Command :
TRIGger<*>:FLXRay:FCONdition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) ConditionOperator[source]
# TRIGger<*>:FLXRay:FCONdition value: enums.ConditionOperator = driver.trigger.flxRay.fcondition.get(trigger = repcap.Trigger.Default)
Sets the operator to set a frame ID or a frame ID range.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- set(idtf_optor: ConditionOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:FLXRay:FCONdition driver.trigger.flxRay.fcondition.set(idtf_optor = enums.ConditionOperator.EQUal, trigger = repcap.Trigger.Default)
Sets the operator to set a frame ID or a frame ID range.
- Parameters:
idtf_optor –
OFF | ANY | EQUal | NEQual | LTHan | LETHan | GTHan | GETHan | INRange | OORange
OFF = ANY: The frame ID is not relevant for the trigger condition.
EQUal | NEQual | LTHan | LETHan | GTHan | GETHan: Equal, Not equal, Less than, Less or equal than, Greater Than, Greater or equal than. These conditions require one frame ID to be set with TRIGgert:FLXRay:FMIN.
INRange | OORange: In range, Out of range: Set the minimum and maximum value of the range with TRIGgert:FLXRay:FMIN and TRIGgert:FLXRay:FMAX.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)