Values

SCPI Command :

CALCulate:SPECtrum<*>:WAVeform:MINimum:DATA[:VALues]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(spectrum=Spectrum.Default) List[float][source]
# CALCulate:SPECtrum<*>:WAVeform:MINimum:DATA[:VALues]
value: List[float] = driver.calculate.spectrum.waveform.minimum.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.