Imax
SCPI Command :
SEARch:TRIGger:CAN:IMAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:CAN:IMAX value: int = driver.search.trigger.can.imax.get(search = 'abc')
Sets the end value of an identifier range if method
RsRtx.search.trigger.can.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:CAN:IMAX driver.search.trigger.can.imax.set(search = 'abc', idtf_patt_to = 1)
Sets the end value of an identifier range if method
RsRtx.search.trigger.can.icondition.set()is set to INRange or OORange.