Amax
SCPI Command :
SEARch:TRIGger:USB:AMAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:USB:AMAX value: int = driver.search.trigger.usb.amax.get(search = 'abc')
Sets the end value of an address range if method
RsRtx.trigger.usb.acondition.set()is set to INRange or OORange. The string parameter does not accept the bit value X (don’t care) .
- set(search: str, address_to: int) None[source]
# SEARch:TRIGger:USB:AMAX driver.search.trigger.usb.amax.set(search = 'abc', address_to = 1)
Sets the end value of an address range if method
RsRtx.trigger.usb.acondition.set()is set to INRange or OORange. The string parameter does not accept the bit value X (don’t care) .