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