Smax

SCPI Command :

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

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

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

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