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


Glossary Item Box

Gets or sets a value indicating the phase offset (in degrees) used to correct the measurement

Syntax

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

Remarks

This value is used to compensate the common phase offset of the signal. The unit is degree. For example, if the input signal x(t) = A1*exp(j*w1*t +p1) + A2 * exp(j*w2*t + p2) , with this compensation, the output signal is y(x) = x(t) * exp(j*PhaseOffset) = A1 * exp(j*w1*t + p1 + phaseOffset) + A2 * exp(j*w2*t + p2 + phaseOffset)

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 26.00

See Also