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


Glossary Item Box

Gets or sets the branch of the reverse code channel to use for displaying symbol bits.

Syntax

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

Property Value

The default value is IQBranch.I.

Remarks

This property is used only in uplink measurements. For cdma2000 uplink signals, the I and Q branches of each CDMA channel are logically separate bit streams. This property specifies which branch (I or Q) to use when displaying bits in the Channel Syms/Errs trace.

You can change the IQBranch after pausing a measurement, and the analyzer can compute and display a new Channel Syms/Errs trace without having to acquire new data.

Requirements

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

See Also