ValuesPartial

SCPI Command :

CHANnel<1..8>:DATA[:VALues]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(offset: int, length: int, channel=Channel.Default) List[float][source]
# CHANnel<1..8>:DATA[:VALues]
value: List[float] = driver.channel.data.valuesPartial.get(offset = 1, length = 1, channel = repcap.Channel.Default)

Returns the data of the specified channel waveform. To set the export format, use method RsMxo.formatPy.data.set() .

Parameters:
  • offset – See ‘Offset and Length parameters in …DATA[:VALues] commands’.

  • length – See ‘Offset and Length parameters in …DATA[:VALues] commands’.

  • 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.