Polarity

SCPI Command :

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

Selects if the transmitted signal for the respective line is active high (high = 1) or active low (low = 1) .

Parameters:

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

Returns:

miso_polarity: ACTLow | ACTHigh

set(miso_polarity: SbusSpiCsPolarity, serialBus=SerialBus.Default) None[source]
# SBUS<*>:SPI:MISO:POLarity
driver.sbus.spi.miso.polarity.set(miso_polarity = enums.SbusSpiCsPolarity.ACTHigh, serialBus = repcap.SerialBus.Default)

Selects if the transmitted signal for the respective line is active high (high = 1) or active low (low = 1) .

Parameters:
  • miso_polarity – ACTLow | ACTHigh

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