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


Glossary Item Box

Gets or sets a value indicating whether the code domain Y marker values are consolidated.

Syntax

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

Remarks

Data values in a 3G Code Domain Power measurement result that are not at the base symbol rate are contained in multiple points in the trace. If the trace is shown in bit reverse code order, then these points will be next to each other. If the code order is Hadamard, then these points will be spread out through the trace. If IsConsolidate is True, then a marker will be shown at all points for this data value (same code channel / symbol rate).

Requirements

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

See Also