Fmax

SCPI Command :

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

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

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

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