Keysight Pathwave 89600 VSA .NET API
RmsPower Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > VirtualSignal Class : RmsPower Property


Glossary Item Box

Gets or sets the virtual signal RMS power value, a unitless ratio

Syntax

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

Remarks

RMS Power may be set automatically when downloading a waveform Source.VirtualSignalWaveformParametersAuto. An automatically set value can be modified by setting this property. The value of this property is retained through a waveform download if WaveformParametersAuto is false.

RMS Power affects peak envelope power as, Peak Envelope Power (dBm) = Total RMS Power (dBm) - 20 log10( RmsPower ) where Total RMS Power is the value set by SourceChannel.Amplitude.

Requirements

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

See Also