Keysight Pathwave 89600 VSA .NET API
StartPosition Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > Srs Class : StartPosition Property


Glossary Item Box

Gets or sets a value indicating the index of first symbol in slot.

Syntax

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

Property Value

This parameter along with need to ensure that the last SRS symbol is within the allocated slot. The range for this value is from 0 to 5, the default value is 0.

Remarks

According to TS38.331 6.3.2 SRS-Config, this value is relative to the last symbol of the slot. Value 0 refers to the last symbol, value 1 refers to the second last symbol, and so on.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 25.00

See Also