Condition
SCPI Command :
TRIGger<*>:ARINc:LABel:CONDition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) ConditionOperator[source]
# TRIGger<*>:ARINc:LABel:CONDition value: enums.ConditionOperator = driver.trigger.arinc.label.condition.get(trigger = repcap.Trigger.Default)
Sets the condition for the label. You can define an exact label or a label range.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
label_operator: EQUal | NEQual | LTHan | LETHan | GTHan | GETHan | INRange | OORange
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 data pattern to be set withTRIGgert:ARINc:LABel:MIN.
INRange | OORange: In range/Out of range: set the minimum and maximum value of the range withTRIGgert:ARINc:LABel:MIN and TRIGgert:ARINc:LABel:MAX.
- set(label_operator: ConditionOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:ARINc:LABel:CONDition driver.trigger.arinc.label.condition.set(label_operator = enums.ConditionOperator.EQUal, trigger = repcap.Trigger.Default)
Sets the condition for the label. You can define an exact label or a label range.
- Parameters:
label_operator –
EQUal | NEQual | LTHan | LETHan | GTHan | GETHan | INRange | OORange
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 data pattern to be set withTRIGgert:ARINc:LABel:MIN.
INRange | OORange: In range/Out of range: set the minimum and maximum value of the range withTRIGgert:ARINc:LABel:MIN and TRIGgert:ARINc:LABel:MAX.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)