Scondition
SCPI Command :
TRIGger<*>:MILStd:CMD:SCONdition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) ConditionOperator[source]
# TRIGger<*>:MILStd:CMD:SCONdition value: enums.ConditionOperator = driver.trigger.milstd.cmd.scondition.get(trigger = repcap.Trigger.Default)
Sets the operator to set a specific subaddress/mode pattern.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- set(subaddress_optor: ConditionOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:MILStd:CMD:SCONdition driver.trigger.milstd.cmd.scondition.set(subaddress_optor = enums.ConditionOperator.EQUal, trigger = repcap.Trigger.Default)
Sets the operator to set a specific subaddress/mode pattern.
- Parameters:
subaddress_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 withTRIGgert:MILStd:CMD:SMIN.
INRange | OORange: In range/Out of range: set the minimum and maximum value of the range with TRIGgert:MILStd:CMD:SMIN and TRIGgert:MILStd:CMD:SMAX.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)