/// <summary>
 /// Forces the AWG to start a cal all process
 /// </summary>
 /// <param name="awg">the AWG object</param>
 public void RunInternalCalibration(IAWG awg)
 {
     awg.CalAll();
 }