Keysight 89600 VSA .NET API
CarrierPhaseOffset Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > SourceChannel Class : CarrierPhaseOffset Property


Glossary Item Box

Gets or sets the carrier phase offset as degrees within a period of the carrier frequency set by digital up conversion of a downloaded waveform.

Syntax

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

Remarks

This property is used to adjust the phase difference between carrier frequencies of downloaded waveforms on a source with multiple channels. Sources that support digital up conversion use Frequency to set the carrier frequency.

The IsSupported("CarrierPhaseOffset") method can be used to determine whether this property is supported or not with the current Source.SelectedHardware.

Requirements

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

Minimum Software Version Requirement: Keysight 89600 VSA Ver 30.40

See Also