Values
SCPI Command :
PBUS<*>:DATA[:VALues]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(pwrBus=PwrBus.Default) bytes[source]
# PBUS<*>:DATA[:VALues] value: bytes = driver.pbus.data.values.get(pwrBus = repcap.PwrBus.Default)
Returns the data of the indicated logic. Without parameters, the complete waveform is retrieved. Using the offset and length parameters, data can be retrieved in smaller portions, which makes the command faster. If you send only one parameter, it is interpreted as offset, and the data is retrieved from offset to the end of the waveform. Requirements:
method
RsMxo.pbus.state.set()is set to ON.method
RsMxo.pbus.display.shbu.set()is set to ON.A number format is set with method
RsMxo.pbus.data.formatPy.set().
- Parameters:
pwrBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pbus’)
- Returns:
data: List of values according to the format and content settings.