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


Glossary Item Box

Gets a value indicating 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 ULBwp.RBNumber RB.

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetRbgAllocationCustomBitmap() As BitArray
C# 
public virtual BitArray GetRbgAllocationCustomBitmap()
C++/CLI 
public:
virtual BitArray^ GetRbgAllocationCustomBitmap(); 

Return Value

The user defined RBG allocation custom bitmap

Remarks

When RAConfiguration is RAConfiguration.Custom, use this method to get 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