ValuesPartial

SCPI Command :

CALCulate:SPECtrum<*>:WAVeform:NORMal:DATA[:VALues]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(offset: int, length: int, spectrum=Spectrum.Default) List[float][source]
# CALCulate:SPECtrum<*>:WAVeform:NORMal:DATA[:VALues]
value: List[float] = driver.calculate.spectrum.waveform.normal.data.valuesPartial.get(offset = 1, length = 1, spectrum = repcap.Spectrum.Default)

Returns the data of the specified spectrum trace. 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’.

  • spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)

Returns:

spectrum_data: List of values according to the format and content settings.