Dcon
SCPI Command :
TRIGger<*>:RFFE:DATA:DCON
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) ConditionOperator[source]
# TRIGger<*>:RFFE:DATA:DCON value: enums.ConditionOperator = driver.trigger.rffe.data.dcon.get(trigger = repcap.Trigger.Default)
Sets the operator to trigger on a specific pattern or a range.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- set(dat_pattern_optor: ConditionOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:RFFE:DATA:DCON driver.trigger.rffe.data.dcon.set(dat_pattern_optor = enums.ConditionOperator.EQUal, trigger = repcap.Trigger.Default)
Sets the operator to trigger on a specific pattern or a range.
- Parameters:
dat_pattern_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 TRIGgert:RFFE:DATA:DMIN.
INRange | OORange: In range / Out of range: Set the minimum and maximum value of the range with TRIGgert:RFFE:DATA:DMIN and TRIGgert:RFFE:DATA:DMAX
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)