PayLength

SCPI Command :

BUS<*>:FLXRay:FRAMe<*>:PAYLength
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default, busFrameNull=BusFrameNull.Default) int[source]
# BUS<*>:FLXRay:FRAMe<*>:PAYLength
value: int = driver.bus.flxRay.frame.payLength.get(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default)

Returns the payload length, the number of data words in the payload segment. Information is transmitted in 2-byte words, so the number of data bytes in the payload segment is twice the payload length.

Parameters:
  • bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)

  • busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)

Returns:

pay_len: 0 to 127