Icondition
SCPI Command :
TRIGger<*>:MILStd:DATA:ICONdition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) DataIndexOperator[source]
# TRIGger<*>:MILStd:DATA:ICONdition value: enums.DataIndexOperator = driver.trigger.milstd.data.icondition.get(trigger = repcap.Trigger.Default)
Sets the operator to set a specific range within this series of the data words that is considered for the analysis.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- set(dat_index_optor: DataIndexOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:MILStd:DATA:ICONdition driver.trigger.milstd.data.icondition.set(dat_index_optor = enums.DataIndexOperator.ANY, trigger = repcap.Trigger.Default)
Sets the operator to set a specific range within this series of the data words that is considered for the analysis.
- Parameters:
dat_index_optor –
EQUal | LTHan | LETHan | GTHan | GETHan | INRange | RANGe
EQUal| LTHan | LETHan | GTHan | GETHan: Equal, Less than, Less or equal than, Greater Than, Greater or equal than. These conditions require one pattern to be set with TRIGgert:MILStd:DATA:IMIN.
INRange = RANGe: In range: set the minimum and maximum value of the range with TRIGgert:MILStd:DATA:IMIN and TRIGgert:MILStd:DATA:IMAX.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)