Pmax

SCPI Command :

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

Sets the end value of a payload length range if the condition method RsRtx.trigger.flxRay.pcondition.set() is set to INRange or OORange.

Parameters:

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

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

Sets the end value of a payload length range if the condition method RsRtx.trigger.flxRay.pcondition.set() is set to INRange or OORange.

Parameters:
  • ploadlgth_max – 0 to 127

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