Values
SCPI Command :
CHANnel<1..8>:DATA[:VALues]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) List[float][source]
# CHANnel<1..8>:DATA[:VALues] value: List[float] = driver.channel.data.values.get(channel = repcap.Channel.Default)
Returns the data of the specified channel waveform. To set the export format, use method
RsMxo.formatPy.data.set().- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- Returns:
waveform_data: List of values according to the format and content settings.