Polarity

SCPI Command :

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