Polarity
SCPI Command :
BUS<*>:MILStd:POLarity
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) NormalInverted[source]
# BUS<*>:MILStd:POLarity value: enums.NormalInverted = driver.bus.milstd.polarity.get(bus = repcap.Bus.Default)
Selects 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: NORMal | INVerted
- set(polarity: NormalInverted, bus=Bus.Default) None[source]
# BUS<*>:MILStd:POLarity driver.bus.milstd.polarity.set(polarity = enums.NormalInverted.INVerted, bus = repcap.Bus.Default)
Selects the wire on which the bus signal is measured.
- Parameters:
polarity – NORMal | INVerted
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)