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


Glossary Item Box

Gets or sets a value indicating the information type transmitted on this PUSCH.

Syntax

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

Property Value

Default value is PuschInformationType.UserData.

Remarks

The PUSCH can be used to transmit user data, or MessageA in the random access process, or some transmission for some special RNTIs. The scrambling sequence and the DMRS initialization may be different for different information types. When the PUSCH is for MessageA transmission, the data scrambling sequence depends on the index of the random-access preamble transmitted for MessageA. IndexOfRandomAccessPreambleForMessageA

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