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


Glossary Item Box

Gets or sets the IQ branch.

Syntax

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

Remarks

Specifies the IQ branch to be used for generating demodulated bits in code channel analysis. This only applies to reverse link measurements. Default is IQBranchType.I.

Requirements

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

See Also