public SquareAnalyzeFunction(List <double> dataBuf) : base(dataBuf) { this._configForm = new SquareAnalyzeConfigForm(); this._squareMeasurement = new SquarewaveMeasurements(); this.DetailValues = new string[DetailParameters.Length]; }