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


Glossary Item Box

Gets or sets the phase offset (degrees) for the unwrapped phase format.

Syntax

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

Remarks

Determine the phase offset, in degrees, for unwrapping phase information. This is only used if the trace format is TraceFormatType.UnwrapPhase.

Requirements

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

See Also