Condition
SCPI Command :
TRIGger<*>:DPHY:ESCMode:CONDition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) ConditionOperator[source]
# TRIGger<*>:DPHY:ESCMode:CONDition value: enums.ConditionOperator = driver.trigger.dphy.escMode.condition.get(trigger = repcap.Trigger.Default)
Set the condition for the escape mode. 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(lp_escp_mode_optor: ConditionOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:DPHY:ESCMode:CONDition driver.trigger.dphy.escMode.condition.set(lp_escp_mode_optor = enums.ConditionOperator.EQUal, trigger = repcap.Trigger.Default)
Set the condition for the escape mode. You can define an exact value or a value range
- Parameters:
lp_escp_mode_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:DPHY:ESCMode:MIN command.
INRange | OORange: In range/Out of range: set the minimum and maximum value of the range with TRIGgert:DPHY:ESCMode:MIN and TRIGgert:DPHY:ESCMode:MAX.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)