/// <summary> /// Sets the run mode for the external source /// /// AWGControl:RMODe /// </summary> /// <param name="extSource">the EXTSOURCE object</param> /// <param name="mode">run mode setting</param> public void SetExtSrcRunMode(IEXTSOURCE extSource, string mode) { extSource.SetExtSrcRunMode(mode); }