Packets

SCPI Command :

SBUS<*>:UART:PACKets
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) SbusUartFrameSeparation[source]
# SBUS<*>:UART:PACKets
value: enums.SbusUartFrameSeparation = driver.sbus.uart.packets.get(serialBus = repcap.SerialBus.Default)

Defines the method of packet separation. A packet is a number of subsequent words in a date stream.

Parameters:

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

Returns:

frm_separation: NONE | TOUT

  • NONE: Packets are not considered.

  • TOUT: Defines a timeout between the packets. To set the timeout, use SBUSsb:UART:TOUT.

set(frm_separation: SbusUartFrameSeparation, serialBus=SerialBus.Default) None[source]
# SBUS<*>:UART:PACKets
driver.sbus.uart.packets.set(frm_separation = enums.SbusUartFrameSeparation.NONE, serialBus = repcap.SerialBus.Default)

Defines the method of packet separation. A packet is a number of subsequent words in a date stream.

Parameters:
  • frm_separation

    NONE | TOUT

    • NONE: Packets are not considered.

    • TOUT: Defines a timeout between the packets. To set the timeout, use SBUSsb:UART:TOUT.

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