Imax
SCPI Command :
SEARch:TRIGger:CXPI:DATA:IMAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:CXPI:DATA:IMAX value: int = driver.search.trigger.cxpi.data.imax.get(search = 'abc')
Sets the end value of a data index range if method
RsRtx.search.trigger.cxpi.data.icondition.set()is set to INRange or RANge.- Returns:
data_index_max: 1 to 256
- set(search: str, data_index_max: int) None[source]
# SEARch:TRIGger:CXPI:DATA:IMAX driver.search.trigger.cxpi.data.imax.set(search = 'abc', data_index_max = 1)
Sets the end value of a data index range if method
RsRtx.search.trigger.cxpi.data.icondition.set()is set to INRange or RANge.- Parameters:
data_index_max – 1 to 256