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


Glossary Item Box

Gets or sets a value indicating whether IQ is combined.

Syntax

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

Remarks

Selects if forward link CDP traces should separate I and Q code power information. Default is true. This only applies to forward link measurements with Data selected as the Analysis Channel.

Requirements

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

See Also