Icondition

SCPI Command :

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

Set the condition for the data index value. 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 pattern to be set with the corresponding SEARch:TRIGger:CXPI:DATA:IMIN command.

  • INRange = RANGe: In range: Set the minimum and maximum value using SEARch:TRIGger:CXPI:DATA:IMIN and SEARch:TRIGger:CXPI:DATA:IMAX.

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

Set the condition for the data index value. You can define an exact value or a value range.