Polarity

SCPI Command :

SBUS<*>:QSPI:IOTWo:POLarity
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) SbusSpiCsPolarity[source]
# SBUS<*>:QSPI:IOTWo:POLarity
value: enums.SbusSpiCsPolarity = driver.sbus.qspi.ioTwo.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:

io_2_polarity: ACTLow | ACTHigh

set(io_2_polarity: SbusSpiCsPolarity, serialBus=SerialBus.Default) None[source]
# SBUS<*>:QSPI:IOTWo:POLarity
driver.sbus.qspi.ioTwo.polarity.set(io_2_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:
  • io_2_polarity – ACTLow | ACTHigh

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