Pmin

SCPI Command :

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

Specifies a payload length - the number of words in the payload segment - or sets the start value of an payload length range. Information is transmitted in 2-byte words, so the number of data bytes in the payload segment is twice the payload length.

Parameters:

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

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

Specifies a payload length - the number of words in the payload segment - or sets the start value of an payload length range. Information is transmitted in 2-byte words, so the number of data bytes in the payload segment is twice the payload length.

Parameters:
  • ploadlgth_min – 0 to 127

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