SympatheticHardwareControl.Controller.getLaserThresholdFromUI C# (CSharp) Method

getLaserThresholdFromUI() private method

private getLaserThresholdFromUI ( ) : double
return double
        private double getLaserThresholdFromUI()
        {
            return monitorWindow.GetLaserErrorSignalThreshold();
        }