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