Polarity
SCPI Command :
SBUS<*>:QSPI:IOONe:POLarity
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) SbusSpiCsPolarity[source]
# SBUS<*>:QSPI:IOONe:POLarity value: enums.SbusSpiCsPolarity = driver.sbus.qspi.ioOne.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_1_polarity: ACTLow | ACTHigh
- set(io_1_polarity: SbusSpiCsPolarity, serialBus=SerialBus.Default) None[source]
# SBUS<*>:QSPI:IOONe:POLarity driver.sbus.qspi.ioOne.polarity.set(io_1_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_1_polarity – ACTLow | ACTHigh
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)