Ppulse

SCPI Command :

SBUS<*>:SENT:PPULse
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) SbusSentPausePulse[source]
# SBUS<*>:SENT:PPULse
value: enums.SbusSentPausePulse = driver.sbus.sent.ppulse.get(serialBus = repcap.SerialBus.Default)

Determines whether a pause pulse is transmitted after the checksum nibble.

Parameters:

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

Returns:

pause_pulse: NPP | PP | PPFL

  • NPP: No pause pulse is transmitted.

  • PP: Enables transmitting a pause pulse.

  • PPFL: A pause pulse is transmitted to achieve a fixed frame length, which is specified by SBUSsb:SENT:PPFLength.

set(pause_pulse: SbusSentPausePulse, serialBus=SerialBus.Default) None[source]
# SBUS<*>:SENT:PPULse
driver.sbus.sent.ppulse.set(pause_pulse = enums.SbusSentPausePulse.NPP, serialBus = repcap.SerialBus.Default)

Determines whether a pause pulse is transmitted after the checksum nibble.

Parameters:
  • pause_pulse

    NPP | PP | PPFL

    • NPP: No pause pulse is transmitted.

    • PP: Enables transmitting a pause pulse.

    • PPFL: A pause pulse is transmitted to achieve a fixed frame length, which is specified by SBUSsb:SENT:PPFLength.

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