Imax

SCPI Command :

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

Sets the end value of an identifier range if method RsRtx.search.trigger.lin.icondition.set() is set to INRange or OORange.

Parameters:

search – Numeric or string pattern, see ‘Bit pattern parameter’.

set(search: str, idtf_patt_to: int) None[source]
# SEARch:TRIGger:LIN:IMAX
driver.search.trigger.lin.imax.set(search = 'abc', idtf_patt_to = 1)

Sets the end value of an identifier range if method RsRtx.search.trigger.lin.icondition.set() is set to INRange or OORange.