//jmanning 09/25/2014 /// <summary> /// Using CPLayback:CLISt:SIGNal:DELete command removes the specified signal from the captured signal list. ALL clears the captured signal list. /// </summary> /// <param name="awg">specific awg object</param> /// <param name="signalName">Signal name to delete. "ALL" deletes whole list</param> /// public void DeleteCompileSignal(IAWG awg, string signalName) { awg.DeleteCompileSignal(signalName); }