Imax

SCPI Command :

SEARch:TRIGger:MPHY:DATA:IMAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:MPHY:DATA:IMAX
value: int = driver.search.trigger.mphy.data.imax.get(search = 'abc')

Sets the end value of the index range if method RsRtx.search.trigger.mphy.data.icondition.set() is set to INRange or RANge.

Returns:

data_index_max: 1 to 65535

set(search: str, data_index_max: int) None[source]
# SEARch:TRIGger:MPHY:DATA:IMAX
driver.search.trigger.mphy.data.imax.set(search = 'abc', data_index_max = 1)

Sets the end value of the index range if method RsRtx.search.trigger.mphy.data.icondition.set() is set to INRange or RANge.

Parameters:

data_index_max – 1 to 65535