Tmax

SCPI Command :

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

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

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

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