Header
SCPI Command :
REFCurve<*>:DATA:HEADer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class GetStruct[source]
Response structure. Fields:
1 Xstart: float: 1. header value: time of the first sample in s for a time domain signal, or start frequency of the first spectrum bin in Hz for a frequency domain signal
2 Xstop: float: 2. header value: time of the last sample in s for a time domain signal, or start frequency of the last spectrum bin in Hz for a frequency domain signal
3 Record_Length: int: 3. header value: record length of the waveform in samples or bins
4 Vals_Per_Smp: int: 4. header value: number of values per sample or bin. The number depends on the source waveform from which the reference waveform was created.
- get(refCurve=RefCurve.Default) GetStruct[source]
# REFCurve<*>:DATA:HEADer value: GetStruct = driver.refCurve.data.header.get(refCurve = repcap.RefCurve.Default)
Returns header information on the reference waveform, the attributes of the waveform. The information depends on the waveform domain, it is different for time domain and frequency domain reference waveforms. See:
method
RsMxo.channel.data.header.get()method
RsMxo.calculate.spectrum.waveform.normal.data.header.get()
- Parameters:
refCurve – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘RefCurve’)
- Returns:
structure: for return value, see the help for GetStruct structure arguments.