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