Keysight Pathwave 89600 VSA .NET API
SymbolPhaseCompensationSource Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > ComponentCarrier Class : SymbolPhaseCompensationSource Property


Glossary Item Box

Gets or sets frequency origin used for symbol phase compensation of the signal under test.

Syntax

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

Property Value

The default value is SymbolPhaseCompensationSource.Measurement

Remarks

When this value is SymbolPhaseCompensationSource.Measurement the measurement center frequency is assumed to match the transmitter center frequency used for symbol phase compensation. Symbol phase compensation will be applied by the measurement to account for this. When this value is SymbolPhaseCompensationSource.Manual the value set in SymbolPhaseCompensationManualFrequency is assumed to match the transmitter center frequency used for symbol phase compensation. Symbol phase compensation will be applied by the measurement to account for this. When this value is SymbolPhaseCompensationSource.Disabled it is assumed symbol phase compensation is not applied at the transmitter. Symbol phase compensation will not be applied by the measurement.

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 23.20

See Also