... | ... | @@ -14,19 +14,19 @@ There are some fields common to all test types: |
|
|
* Averages: int - number of averages to take per point.
|
|
|
* AverageType: int, 0,1,2. It seems to be a flag for spectrum averaging, pssed to the [Spectrum](ds-kv-Spectrum) structure.
|
|
|
* BurstNoiseQuietTime_s: double - seconds before end of measurement point to stop esxcitation
|
|
|
* MeasurementChannel
|
|
|
* MeasurementActive
|
|
|
* MeasurementChannelRate
|
|
|
* StimulusActive
|
|
|
* StimulusChannel
|
|
|
* StimulusReadback
|
|
|
* StimulusFrequency
|
|
|
* StimulusAmplitude
|
|
|
* StimulusOffset
|
|
|
* StimulusPhase
|
|
|
* StimulusRatio
|
|
|
* StimulusFrequencyRange
|
|
|
* StimulusAmplitudeRange
|
|
|
* StimulusFilter
|
|
|
* Stimuluspoints
|
|
|
* MeasurementChannel: array of strings - channel name
|
|
|
* MeasurementActive: array of bools - whether to read the channel
|
|
|
* MeasurementChannelRate: array of int - samples per second
|
|
|
* StimulusActive: array of bool - whether to use stimulus
|
|
|
* StimulusChannel: array of string - channel name
|
|
|
* StimulusReadback: array of string - name of readback channel. I think there is a special case here of self readback.
|
|
|
* StimulusFrequency: array of double - frequency of periodic stimuli, center frequency of noise stimuli
|
|
|
* StimulusAmplitude: array of double - amplitude of stimuli, center amplitude of noise stimuli
|
|
|
* StimulusOffset: array of double - y offset of stimuli
|
|
|
* StimulusPhase: array of double - phase of stimuli
|
|
|
* StimulusRatio: array of double - dutycycle of stimuli (?)
|
|
|
* StimulusFrequencyRange: array of double - half-width of frequency band for noise components.
|
|
|
* StimulusAmplitudeRange: array of double - half-width of amplitude for noise components
|
|
|
* StimulusFilter: array of string - filter design string (?) to pass stimulus through.
|
|
|
* Stimuluspoints: array of array of floats/doubles - custom stimulus output
|
|
|
|