//glennj 6/11/2013 /// <summary> /// Forces the AWG to update it's local cal_halt state /// </summary> /// <param name="awg">the AWG object</param> public void GetDiagnosticHaltUpdate(IAWG awg) { awg.DiagHaltQuery(); }