Pmax

SCPI Command :

SEARch:TRIGger:USB:PMAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:USB:PMAX
value: int = driver.search.trigger.usb.pmax.get(search = 'abc')

Sets the end value of a port number range if method RsRtx.trigger.usb.pcondition.set() is set to INRange or OORange.

set(search: str, port_to: int) None[source]
# SEARch:TRIGger:USB:PMAX
driver.search.trigger.usb.pmax.set(search = 'abc', port_to = 1)

Sets the end value of a port number range if method RsRtx.trigger.usb.pcondition.set() is set to INRange or OORange.