Polarity

SCPI Command :

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

Defines the idle state of the bus. The idle state is the recessive state and corresponds to a logic 1.

Parameters:

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

Returns:

polarity: IDLLow | IDLHigh

set(polarity: SbusLinUartPolarity, serialBus=SerialBus.Default) None[source]
# SBUS<*>:LIN:POLarity
driver.sbus.lin.polarity.set(polarity = enums.SbusLinUartPolarity.IDLHigh, serialBus = repcap.SerialBus.Default)

Defines the idle state of the bus. The idle state is the recessive state and corresponds to a logic 1.

Parameters:
  • polarity – IDLLow | IDLHigh

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