Fmax

SCPI Command :

TRIGger<*>:USB:FMAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) int[source]
# TRIGger<*>:USB:FMAX
value: int = driver.trigger.usb.fmax.get(trigger = repcap.Trigger.Default)

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

Parameters:

trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)

set(frame_number_to: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:USB:FMAX
driver.trigger.usb.fmax.set(frame_number_to = 1, trigger = repcap.Trigger.Default)

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

Parameters:

trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)