Condition
SCPI Command :
TRIGger<*>:DPHY:ESINdex:CONDition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) DataIndexOperator[source]
# TRIGger<*>:DPHY:ESINdex:CONDition value: enums.DataIndexOperator = driver.trigger.dphy.esIndex.condition.get(trigger = repcap.Trigger.Default)
Sets the condition for the escape mode data index. 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_dat_index_optor: DataIndexOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:DPHY:ESINdex:CONDition driver.trigger.dphy.esIndex.condition.set(lp_escp_mode_dat_index_optor = enums.DataIndexOperator.ANY, trigger = repcap.Trigger.Default)
Sets the condition for the escape mode data index. You can define an exact value or a value range.
- Parameters:
lp_escp_mode_dat_index_optor –
EQUal | LTHan | LETHan | GTHan | GETHan | INRange | RANGe
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:ESINdex:MIN command.
INRange = RANGe: In range: Set the minimum and maximum value using TRIGgert:DPHY:ESINdex:MIN and TRIGgert:DPHY:ESINdex:MAX.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)