//glennj 6/11/2013
 /// <summary>
 /// Forces the AWG to update its copy of the cal stop state
 /// </summary>
 /// <param name="awg">the AWG object</param>
 public void GetCalibrationStopState(IAWG awg)
 {
     awg.CalStopState();
 }