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


Glossary Item Box

Gets or sets the type of analog demodulation to perform for this input channel.

Syntax

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

Requirements

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

See Also