Keysight 89600 VSA .NET API
AmplitudeInVolts Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > SourceChannel Class : AmplitudeInVolts Property


Glossary Item Box

Gets or sets the source output amplitude for this channel in volts

Syntax

Visual Basic (Declaration) 
Public Overridable Property AmplitudeInVolts As Double
C# 
public virtual double AmplitudeInVolts {get; set;}
C++/CLI 
public:
virtual property double AmplitudeInVolts {
   double get();
   void set (    double value);
}

Remarks

Source output amplitude is set as volts peak. This property is an alternative to Amplitude which sets the output level in dBm as the power of the voltage across a 50 ohm load.

For an arbitrary waveform generator (AWG), this property gets or sets the maximum instantaneous output voltage of the downloaded waveform.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight 89600 VSA Ver 30.40

See Also