Mode

SCPI Command :

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

Selects the operation mode.

Parameters:

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

Returns:

mode: MAIN | SUB | AUTO

set(mode: SbusHbtoMode, serialBus=SerialBus.Default) None[source]
# SBUS<*>:HBTO:MODE
driver.sbus.hbto.mode.set(mode = enums.SbusHbtoMode.AUTO, serialBus = repcap.SerialBus.Default)

Selects the operation mode.

Parameters:
  • mode – MAIN | SUB | AUTO

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