Polarity
SCPI Command :
BUS<*>:TBTO:POLarity
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) BusDataSignalPolarity[source]
# BUS<*>:TBTO:POLarity value: enums.BusDataSignalPolarity = driver.bus.tbto.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<*>:TBTO:POLarity driver.bus.tbto.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’)