Emax

SCPI Command :

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

Sets the end value of an endpoint range if method RsRtx.trigger.usb.econdition.set() is set to INRange or OORange.

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

Sets the end value of an endpoint range if method RsRtx.trigger.usb.econdition.set() is set to INRange or OORange.