Keysight Pathwave 89600 VSA .NET API
IsAutoCarrierPhase Property
See Also 
Agilent.SA.Vsa.AnalogDemod.Interfaces Assembly > Agilent.SA.Vsa.AnalogDemod Namespace > AnalogDemodChannel Class : IsAutoCarrierPhase Property


Glossary Item Box

Gets or sets a value indicating whether auto carrier phase is enabled.

Syntax

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

Remarks

Determine whether analog demodulation Auto Carrier Phase is enabled. The Auto Carrier Frequency feature is applicable to AnalogDemodType.PM analog demodulation.

Requirements

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

See Also