/// <summary>
 /// Sets the amplitude of the waveform associated with the channel on the external source
 ///
 /// SOURce[n]:VOLTage:AMPLitude
 /// </summary>
 /// <param name="extSource">the EXTSOURCE object</param>
 /// <param name="channel">specified channel to use</param>
 /// <param name="setValue">voltage amplitude value</param>
 public void SetExtSrcVoltAmpl(IEXTSOURCE extSource, string channel, string setValue)
 {
     extSource.SetExtSrcVoltAmpl(channel, setValue);
 }