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