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


Glossary Item Box

Gets or sets the long code mask (reverse link only - I channel).

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);
}

Remarks

Specifies the long code mask for the I channel of reverse link measurements. Default is "3FFFFFFFFFF" and the mask may be any hexadecimal string between the range of "00000000000" and "3FFFFFFFFFF" .

Requirements

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

See Also