Polarity
SCPI Command :
BUS<*>:HBTO:POLarity
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) BusDataSignalPolarity[source]
# BUS<*>:HBTO:POLarity value: enums.BusDataSignalPolarity = driver.bus.hbto.polarity.get(bus = repcap.Bus.Default)
Selects the polarity of the data signal.
- 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<*>:HBTO:POLarity driver.bus.hbto.polarity.set(polarity = enums.BusDataSignalPolarity.INVert, bus = repcap.Bus.Default)
Selects the polarity of the data signal.
- Parameters:
polarity – NORMal | INVert
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)