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


Glossary Item Box

Gets or sets the long code mask for reverse-link signals.

Syntax

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

Property Value

The default value is "00000000000".

Remarks

The long code is specifies as a string of hexadecimal characters. This property applies only to reverse-link measurements. The long code specifies a "scrambling" code that was applied to the signal. To demodulate the signal properly, the analyzer must know the code that was used by the transmitter. Only long code value zero is supported - any other value will result in unsuccessful demodulation.

Requirements

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

See Also