Icondition
SCPI Command :
TRIGger<*>:TBTO:DATA:ICONdition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) DataIndexOperator[source]
# TRIGger<*>:TBTO:DATA:ICONdition value: enums.DataIndexOperator = driver.trigger.tbto.data.icondition.get(trigger = repcap.Trigger.Default)
Sets the condition for the index. You can define an exact value or a value range.
- 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<*>:TBTO:DATA:ICONdition driver.trigger.tbto.data.icondition.set(dat_index_optor = enums.DataIndexOperator.ANY, trigger = repcap.Trigger.Default)
Sets the condition for the index. You can define an exact value or a value range.
- Parameters:
dat_index_optor –
EQUal | LTHan | LETHan | GTHan | GETHan | INRange | RANGe
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 the corresponding TRIGgert:TBTO:DATA:IMIN command.
INRange | OORange: In range/Out of range: set the minimum and maximum value of the range with TRIGgert:TBTO:DATA:IMIN and TRIGgert:TBTO:DATA:IMAX.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)