Polarity

SCPI Command :

BUS<*>:ARINc:POLarity
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) BusArincPolarity[source]
# BUS<*>:ARINc:POLarity
value: enums.BusArincPolarity = driver.bus.arinc.polarity.get(bus = repcap.Bus.Default)

Sets the wire on which the bus signal is measured.

Parameters:

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

Returns:

polarity: ALEG | BLEG

set(polarity: BusArincPolarity, bus=Bus.Default) None[source]
# BUS<*>:ARINc:POLarity
driver.bus.arinc.polarity.set(polarity = enums.BusArincPolarity.ALEG, bus = repcap.Bus.Default)

Sets the wire on which the bus signal is measured.

Parameters:
  • polarity – ALEG | BLEG

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