Polarity

SCPI Command :

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

Selects the wire on which the bus signal is measured in case of SINGle source type. The setting affects the digitization of the signal.

Parameters:

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

Returns:

polarity: BPLus | BMINus

set(polarity: BusFlxrayPolarity, bus=Bus.Default) None[source]
# BUS<*>:FLXRay:POLarity
driver.bus.flxRay.polarity.set(polarity = enums.BusFlxrayPolarity.BMINus, bus = repcap.Bus.Default)

Selects the wire on which the bus signal is measured in case of SINGle source type. The setting affects the digitization of the signal.

Parameters:
  • polarity – BPLus | BMINus

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