Dcondition
SCPI Command :
TRIGger<*>:TBTO:DATA:DCONdition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) ConditionOperator[source]
# TRIGger<*>:TBTO:DATA:DCONdition value: enums.ConditionOperator = driver.trigger.tbto.data.dcondition.get(trigger = repcap.Trigger.Default)
Sets the condition for the data. You can define an exact value or a value range.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
data_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 with the corresponding TRIGgert:TBTO:DATA:DMIN command.
INRange | OORange: In range/Out of range: set the minimum and maximum value of the range with TRIGgert:TBTO:DATA:DMIN and TRIGgert:TBTO:DATA:DMAX.
- set(data_operator: ConditionOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:TBTO:DATA:DCONdition driver.trigger.tbto.data.dcondition.set(data_operator = enums.ConditionOperator.EQUal, trigger = repcap.Trigger.Default)
Sets the condition for the data. You can define an exact value or a value range.
- Parameters:
data_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 with the corresponding TRIGgert:TBTO:DATA:DMIN command.
INRange | OORange: In range/Out of range: set the minimum and maximum value of the range with TRIGgert:TBTO:DATA:DMIN and TRIGgert:TBTO:DATA:DMAX.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)