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


Glossary Item Box

Gets or sets a value indicating the nRAPID value used for scrambling sequence generation.

Syntax

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

Property Value

Default value is 0. Range of value is 0 through 63.

Remarks

This property corresponds to n_RAPID which is the index of the random-access preamble transmitted for msgA. This value is only used for MessageA transmitted on this PUSCH, InformationType

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.20

See Also