Keysight Pathwave 89600 VSA .NET API
SetFrequencyDomainAllocation Method
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > Csirs Class : SetFrequencyDomainAllocation Method


clientArray
Array of bits where clientArray[0] is for b0, clientArray[1] is for b1 ... clientArray[N] is for bN. Please refer to the remark for the meaning of b0, b1,...bN

Glossary Item Box

Sets frequency domain allocation from specification 38.211 clause 7.4.1.5.3 CSI-RS-ResourceMapping.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub SetFrequencyDomainAllocation( _
   ByVal clientArray As BitArray _
) 
C# 
public virtual void SetFrequencyDomainAllocation( 
   BitArray clientArray
)
C++/CLI 
public:
virtual void SetFrequencyDomainAllocation( 
   BitArray^ clientArray
) 

Parameters

clientArray
Array of bits where clientArray[0] is for b0, clientArray[1] is for b1 ... clientArray[N] is for bN. Please refer to the remark for the meaning of b0, b1,...bN

Remarks

In 38.211 clause 7.4.1.5.3, the frequencyDomainAllocation in the CSI-RS-ResourceMapping IE is bit string [b3...b0] for row 1 of Table 7.4.1.5.3-1, [b11...b0] for row 2 of Table 7.4.1.5.3-1,[b2...b0] for row 4 of Table 7.4.1.5.3-1,[b5...b0] for all other cases.

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

See Also