/// <summary> /// Forces the AWG to run all internal(self) cal procedures and<para> /// saves results in the awg's local copy, "calibration_state"</para><para> /// Beware that this doesn't return until the cal has finished.</para> /// </summary> /// <param name="awg">the AWG object</param> public void RunInternalCalibrationAndGetResult(IAWG awg) { awg.CalAllQuery(); }