Icondition
SCPI Command :
TRIGger<*>:MILStd:CDST:ICONdition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) ConditionOperator[source]
# TRIGger<*>:MILStd:CDST:ICONdition value: enums.ConditionOperator = driver.trigger.milstd.cdst.icondition.get(trigger = repcap.Trigger.Default)
Sets the operator to set a specific info for the 9th to 19th bit of a command or status word.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
info_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 pattern to be set with TRIGgert:MILStd:CDST:IMIN.
INRange | OORange: In range/Out of range: set the minimum and maximum value of the range with TRIGgert:MILStd:CDST:IMIN and TRIGgert:MILStd:CDST:IMAX.
- set(info_operator: ConditionOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:MILStd:CDST:ICONdition driver.trigger.milstd.cdst.icondition.set(info_operator = enums.ConditionOperator.EQUal, trigger = repcap.Trigger.Default)
Sets the operator to set a specific info for the 9th to 19th bit of a command or status word.
- Parameters:
info_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 pattern to be set with TRIGgert:MILStd:CDST:IMIN.
INRange | OORange: In range/Out of range: set the minimum and maximum value of the range with TRIGgert:MILStd:CDST:IMIN and TRIGgert:MILStd:CDST:IMAX.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)