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


Glossary Item Box

Gets if the marker is on the I or Q part of a dual I/Q trace.

Syntax

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

Remarks

The 3GPP uplink Code Domain Power measurement result contains both I and Q data which are shown at the same time. This property returns whether the marker is on an I- or a Q-point.

Requirements

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

See Also