Tdcn
SCPI Command :
TRIGger<*>:SENT:TDCN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) ConditionOperator[source]
# TRIGger<*>:SENT:TDCN value: enums.ConditionOperator = driver.trigger.sent.tdcn.get(trigger = repcap.Trigger.Default)
Sets the operator to set a specific data pattern or a data pattern range.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
ts_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 TRIGgert:SENT:TDMN.
INRange | OORange: In range / Out of range. To define the range set the minimum and maximum values with TRIGgert:SENT:TDMN and TRIGgert:SENT:TDMX.
- set(ts_data_operator: ConditionOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:SENT:TDCN driver.trigger.sent.tdcn.set(ts_data_operator = enums.ConditionOperator.EQUal, trigger = repcap.Trigger.Default)
Sets the operator to set a specific data pattern or a data pattern range.
- Parameters:
ts_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 TRIGgert:SENT:TDMN.
INRange | OORange: In range / Out of range. To define the range set the minimum and maximum values with TRIGgert:SENT:TDMN and TRIGgert:SENT:TDMX.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)