Keysight Pathwave 89600 VSA .NET API
ForwardDataModulation Property
See Also 
Agilent.SA.Vsa.Cdma1xEvdo.Interfaces Assembly > Agilent.SA.Vsa.Cdma1xEvdo Namespace > MeasurementExtension Class : ForwardDataModulation Property


Glossary Item Box

Gets or sets the forward link data channel modulation type.

Syntax

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

Remarks

Sets the assumed Data channel modulation format for forward link analysis. Options include QPSK, 8-PSK, and 16-QAM, ModulationFormat.QPSK is the default.

Requirements

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

See Also