/// <summary> /// Forces the AWG to update its copy of the calibration list of procedures or as we like to call it, the catalog /// </summary> /// <param name="awg">the AWG object</param> public void GetTheCalibrationProceduresList(IAWG awg) { awg.CalCatalogQuery(); }