Keysight Pathwave 89600 VSA .NET API
GetPhaseOffsetCorrection Method
See Also 
Agilent.SA.Vsa.Lte.Interfaces Assembly > Agilent.SA.Vsa.Lte Namespace > MeasurementExtension Class : GetPhaseOffsetCorrection Method


inputChannel
The measurement input channel for which the phase offset is being retrieved relative to the reference InputChannel

Glossary Item Box

Get the phase offset of measurement input channel relative to the reference InputChannel in degrees.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function GetPhaseOffsetCorrection( _
   ByVal inputChannel As InputChannelType _
) As Double
C# 
public abstract double GetPhaseOffsetCorrection( 
   InputChannelType inputChannel
)
C++/CLI 
public:
abstract double GetPhaseOffsetCorrection( 
   InputChannelType inputChannel
) 

Parameters

inputChannel
The measurement input channel for which the phase offset is being retrieved relative to the reference InputChannel

Return Value

The phase offset of the indicated measurement input channel in degrees relative to the reference InputChannel

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 15.00

See Also