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


Glossary Item Box

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

Syntax

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

Remarks

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

Requirements

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

See Also