Values
SCPI Command :
BUS<*>:PARallel:DATA[:VALues]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:PARallel:DATA[:VALues] value: float = driver.bus.parallel.data.values.get(bus = repcap.Bus.Default)
Returns the data of the indicated parallel bus. Requirements:
method
RsRtx.bus.parallel.state.set()is set to ON.method
RsRtx.bus.parallel.display.shbu.set()is set to ON.Number format is set with method
RsRtx.bus.parallel.data.formatPy.set().
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
data: List of values according to the format setting.