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


Glossary Item Box

Gets or sets the PN Offset.

Syntax

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

Property Value

The value is in units of 64 chips (for example, a value of 3 means the PN Offset is 3*64 chips). The default value is 0. The maximum value is 511, and the minimum is 0.

Remarks

This property applies only to forward-link measurements.

Requirements

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

See Also