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


rbgCustomBitmap
The new user defined RBG allocation custom bitmap to use

Glossary Item Box

Sets the RBG allocation custom bitmap in the frequency domain, which is defined for the case of RBG size = 1RB. The length of the bitmap is DLBwp.RBNumber RB.

Syntax

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

Parameters

rbgCustomBitmap
The new user defined RBG allocation custom bitmap to use

Remarks

When RAConfiguration is RAConfiguration.Custom, use this method to define the RBG allocation custom bitmap.

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 28.60

See Also