Polarity

SCPI Command :

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

Sets the wire on which the bus signal is measured : normal or inverted. The setting affects the digitization of the signal.

Parameters:

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

Returns:

polarity: NORMal | INVerted

set(polarity: NormalInverted, serialBus=SerialBus.Default) None[source]
# SBUS<*>:MILStd:POLarity
driver.sbus.milstd.polarity.set(polarity = enums.NormalInverted.INVerted, serialBus = repcap.SerialBus.Default)

Sets the wire on which the bus signal is measured : normal or inverted. The setting affects the digitization of the signal.

Parameters:
  • polarity – NORMal | INVerted

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