Mode

SCPI Command :

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

Selects the operating mode of the SENT protocol. If Legacy is selected, the SPC mode is not supported. If SPC mode is selected, the SENT protocol allows for the calibration of a sensor’s output by sending a single calibrated value.

Parameters:

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

Returns:

mode: LEGacy | SPC

set(mode: SbusSentMode, serialBus=SerialBus.Default) None[source]
# SBUS<*>:SENT:MODE
driver.sbus.sent.mode.set(mode = enums.SbusSentMode.LEGacy, serialBus = repcap.SerialBus.Default)

Selects the operating mode of the SENT protocol. If Legacy is selected, the SPC mode is not supported. If SPC mode is selected, the SENT protocol allows for the calibration of a sensor’s output by sending a single calibrated value.

Parameters:
  • mode – LEGacy | SPC

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