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


inputChannel
The measurement input channel for which the phase offset is being set relative to the reference InputChannel
offset
The phase offset of the indicated measurement input channel in degrees relative to the reference InputChannel

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub SetPhaseOffsetCorrection( _
   ByVal inputChannel As InputChannelType, _
   ByVal offset As Double _
) 
C# 
public abstract void SetPhaseOffsetCorrection( 
   InputChannelType inputChannel,
   double offset
)
C++/CLI 
public:
abstract void SetPhaseOffsetCorrection( 
   InputChannelType inputChannel,
   double offset
) 

Parameters

inputChannel
The measurement input channel for which the phase offset is being set relative to the reference InputChannel
offset
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