Condition
SCPI Command :
TRIGger<*>:MPHY:LWTHree:CONDition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) ConditionOperator[source]
# TRIGger<*>:MPHY:LWTHree:CONDition value: enums.ConditionOperator = driver.trigger.mphy.lwThree.condition.get(trigger = repcap.Trigger.Default)
Sets the condition for WORD 3. You can define an exact value or a value range.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- set(lcc_word_3_optor: ConditionOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:MPHY:LWTHree:CONDition driver.trigger.mphy.lwThree.condition.set(lcc_word_3_optor = enums.ConditionOperator.EQUal, trigger = repcap.Trigger.Default)
Sets the condition for WORD 3. You can define an exact value or a value range.
- Parameters:
lcc_word_3_optor –
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 pattern to be set with the corresponding TRIGgert:MPHY:LWTHree:MIN command.
INRange | OORange: In range/Out of range: set the minimum and maximum value of the range with TRIGgert:MPHY:LWTHree:MIN and TRIGgert:MPHY:LWTHree:MAX.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)