Values

SCPI Command :

CALCulate:SPECtrum<*>:WAVeform:NORMal:DATA:FRAMe<*>[:VALues]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(spectrum=Spectrum.Default, frame=Frame.Default) bytes[source]
# CALCulate:SPECtrum<*>:WAVeform:NORMal:DATA:FRAMe<*>[:VALues]
value: bytes = driver.calculate.spectrum.waveform.normal.data.frame.values.get(spectrum = repcap.Spectrum.Default, frame = repcap.Frame.Default)

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

  • frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)

Returns:

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