Sicn

SCPI Command :

TRIGger<*>:SENT:SICN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) ConditionOperator[source]
# TRIGger<*>:SENT:SICN
value: enums.ConditionOperator = driver.trigger.sent.sicn.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:

smid_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:SIMN.

  • INRange | OORange: In range / Out of range. To define the range set the minimum and maximum values with TRIGgert:SENT:SIMN and TRIGgert:SENT:SIMX.

set(smid_operator: ConditionOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:SENT:SICN
driver.trigger.sent.sicn.set(smid_operator = enums.ConditionOperator.EQUal, trigger = repcap.Trigger.Default)

Sets the operator to set a specific data pattern or a data pattern range.

Parameters:
  • smid_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:SIMN.

    • INRange | OORange: In range / Out of range. To define the range set the minimum and maximum values with TRIGgert:SENT:SIMN and TRIGgert:SENT:SIMX.

  • trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)