Update ds kv Test authored by Erik von Reis's avatar Erik von Reis
...@@ -14,19 +14,19 @@ There are some fields common to all test types: ...@@ -14,19 +14,19 @@ There are some fields common to all test types:
* Averages: int - number of averages to take per point. * 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. * 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 * BurstNoiseQuietTime_s: double - seconds before end of measurement point to stop esxcitation
* MeasurementChannel * MeasurementChannel: array of strings - channel name
* MeasurementActive * MeasurementActive: array of bools - whether to read the channel
* MeasurementChannelRate * MeasurementChannelRate: array of int - samples per second
* StimulusActive * StimulusActive: array of bool - whether to use stimulus
* StimulusChannel * StimulusChannel: array of string - channel name
* StimulusReadback * StimulusReadback: array of string - name of readback channel. I think there is a special case here of self readback.
* StimulusFrequency * StimulusFrequency: array of double - frequency of periodic stimuli, center frequency of noise stimuli
* StimulusAmplitude * StimulusAmplitude: array of double - amplitude of stimuli, center amplitude of noise stimuli
* StimulusOffset * StimulusOffset: array of double - y offset of stimuli
* StimulusPhase * StimulusPhase: array of double - phase of stimuli
* StimulusRatio * StimulusRatio: array of double - dutycycle of stimuli (?)
* StimulusFrequencyRange * StimulusFrequencyRange: array of double - half-width of frequency band for noise components.
* StimulusAmplitudeRange * StimulusAmplitudeRange: array of double - half-width of amplitude for noise components
* StimulusFilter * StimulusFilter: array of string - filter design string (?) to pass stimulus through.
* Stimuluspoints * Stimuluspoints: array of array of floats/doubles - custom stimulus output