Fmax

SCPI Command :

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

Sets the end value of an identifier range if the condition method RsRtx.trigger.flxRay.fcondition.set() is set to INRange or OORange.

Parameters:

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

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

Sets the end value of an identifier range if the condition method RsRtx.trigger.flxRay.fcondition.set() is set to INRange or OORange.

Parameters:
  • idtf_patt_to – Numeric or string pattern, see ‘Bit pattern parameter’. FMAX must be greater or equal than FMIN, and the position of the X bits are common to FMIN and FMAX.

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