Polarity
SCPI Command :
BUS<*>:CXPI:POLarity
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) BusDataSignalPolarity[source]
# BUS<*>:CXPI:POLarity value: enums.BusDataSignalPolarity = driver.bus.cxpi.polarity.get(bus = repcap.Bus.Default)
Sets the polarity of the transmitted waveform to normal (high = 1) or inverted (low = 1) .
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
polarity: NORMal | INVert
- set(polarity: BusDataSignalPolarity, bus=Bus.Default) None[source]
# BUS<*>:CXPI:POLarity driver.bus.cxpi.polarity.set(polarity = enums.BusDataSignalPolarity.INVert, bus = repcap.Bus.Default)
Sets the polarity of the transmitted waveform to normal (high = 1) or inverted (low = 1) .
- Parameters:
polarity – NORMal | INVert
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)