/// <summary>
 /// Forces the AWG to update its copy of the calibration type
 /// </summary>
 /// <param name="awg">the AWG object</param>
 public void GetTheCalibrationType(IAWG awg)
 {
     awg.CalTypeQuery();
 }