Icondition

SCPI Command :

SEARch:TRIGger:TBTO:DATA:ICONdition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) DataIndexOperator[source]
# SEARch:TRIGger:TBTO:DATA:ICONdition
value: enums.DataIndexOperator = driver.search.trigger.tbto.data.icondition.get(search = 'abc')

Sets the search condition for the index. You can define an exact value or a value range.

Parameters:

search

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 SEARch:TRIGger:TBTO:DATA:IMIN command.

  • INRange | OORange: In range/Out of range: set the minimum and maximum value of the range with SEARch:TRIGger:TBTO:DATA:IMIN and SEARch:TRIGger:TBTO:DATA:IMAX.

set(search: str, dat_index_optor: DataIndexOperator) None[source]
# SEARch:TRIGger:TBTO:DATA:ICONdition
driver.search.trigger.tbto.data.icondition.set(search = 'abc', dat_index_optor = enums.DataIndexOperator.ANY)

Sets the search condition for the index. You can define an exact value or a value range.