Header
SCPI Command :
CALCulate:SPECtrum<*>:WAVeform:MINimum:DATA:HEADer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class GetStruct[source]
Response structure. Fields:
1 Xstart: float: 1. header value: start frequency of the first spectrum bin in Hz
2 Xstop: float: 2. header value: start frequency of the last spectrum bin in Hz
3 Record_Length: int: 3. header value: record length of the waveform in bins
4 Vals_Per_Smp: int: 4. header value: the number of values per bin is always = 1.
- get(spectrum=Spectrum.Default) GetStruct[source]
# CALCulate:SPECtrum<*>:WAVeform:MINimum:DATA:HEADer value: GetStruct = driver.calculate.spectrum.waveform.minimum.data.header.get(spectrum = repcap.Spectrum.Default)
Returns the header of spectrum data, the attributes of the waveform.
- Parameters:
spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)
- Returns:
structure: for return value, see the help for GetStruct structure arguments.