Icondition
SCPI Command :
SEARch:TRIGger:MILStd:DATA:ICONdition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) DataIndexOperator[source]
# SEARch:TRIGger:MILStd:DATA:ICONdition value: enums.DataIndexOperator = driver.search.trigger.milstd.data.icondition.get(search = 'abc')
Sets the operator to set a range within a series of the data words that is considered for the search.
- Parameters:
search – INRange = RANGe
- set(search: str, dat_index_optor: DataIndexOperator) None[source]
# SEARch:TRIGger:MILStd:DATA:ICONdition driver.search.trigger.milstd.data.icondition.set(search = 'abc', dat_index_optor = enums.DataIndexOperator.ANY)
Sets the operator to set a range within a series of the data words that is considered for the search.