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


Glossary Item Box

Gets or sets which order is used for code bits for this trace.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property DemodCodeOrder As TraceCodeOrder
C# 
public abstract TraceCodeOrder DemodCodeOrder {get; set;}
C++/CLI 
public:
abstract property TraceCodeOrder DemodCodeOrder {
   TraceCodeOrder get();
   void set (    TraceCodeOrder 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 code order is bit reverse, then these points (at the same code channel / symbol rate) will be next to each other. If the code order is Hadamard, then these points will be spread out through the trace.

Requirements

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

See Also