Values
SCPI Command :
CALCulate:SPECtrum<*>:WAVeform:NORMal:DATA[:VALues]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(spectrum=Spectrum.Default) List[float][source]
# CALCulate:SPECtrum<*>:WAVeform:NORMal:DATA[:VALues] value: List[float] = driver.calculate.spectrum.waveform.normal.data.values.get(spectrum = repcap.Spectrum.Default)
Returns the data of the specified spectrum trace. To set the export format, use method
RsMxo.formatPy.data.set().- Parameters:
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.