Polarity
SCPI Command :
SBUS<*>:NRZU:ENABle:POLarity
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) SbusSpiCsPolarity[source]
# SBUS<*>:NRZU:ENABle:POLarity value: enums.SbusSpiCsPolarity = driver.sbus.nrzu.enable.polarity.get(serialBus = repcap.SerialBus.Default)
Sets the polarity for the enable line.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- Returns:
enable_polarity: ACTLow | ACTHigh
ACTLow: The transmitted signal for the enable line is active high (high = 1) .
ACTHigh: The transmitted signal for the enable line is active low (low = 1) .
- set(enable_polarity: SbusSpiCsPolarity, serialBus=SerialBus.Default) None[source]
# SBUS<*>:NRZU:ENABle:POLarity driver.sbus.nrzu.enable.polarity.set(enable_polarity = enums.SbusSpiCsPolarity.ACTHigh, serialBus = repcap.SerialBus.Default)
Sets the polarity for the enable line.
- Parameters:
enable_polarity –
ACTLow | ACTHigh
ACTLow: The transmitted signal for the enable line is active high (high = 1) .
ACTHigh: The transmitted signal for the enable line is active low (low = 1) .
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)