Polarity

SCPI Command :

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

Selects the polarity of the data signal.

Parameters:

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

Returns:

polarity: NORMal | INVerted

set(polarity: NormalInverted, serialBus=SerialBus.Default) None[source]
# SBUS<*>:HBTO:POLarity
driver.sbus.hbto.polarity.set(polarity = enums.NormalInverted.INVerted, serialBus = repcap.SerialBus.Default)

Selects the polarity of the data signal.

Parameters:
  • polarity – NORMal | INVerted

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