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


Glossary Item Box

Gets or sets a value indicating whether the RB number is restricted or not when Transform Precoding is On.

Syntax

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

Property Value

Default value is true

Remarks

According to TS38.211, when PUSCH Transform precoding is ON, the RB number needs to be 2^a2 * 3^a3 * 5^a5, where a2 and a3 and a5 are non-negative integer. Customer can experiment PUSCH transform precoding without this limitation by setting this parameter as false.

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