Imax
SCPI Command :
SEARch:TRIGger:MILStd:DATA:IMAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:MILStd:DATA:IMAX value: int = driver.search.trigger.milstd.data.imax.get(search = 'abc')
Sets the end value of a data word series index range if the operator is set to INRange.
- Returns:
data_index_max: 1 to 32
- set(search: str, data_index_max: int) None[source]
# SEARch:TRIGger:MILStd:DATA:IMAX driver.search.trigger.milstd.data.imax.set(search = 'abc', data_index_max = 1)
Sets the end value of a data word series index range if the operator is set to INRange.
- Parameters:
data_index_max – 1 to 32