Keysight Pathwave 89600 VSA .NET API
GetResourceTypePerAllocation Method
See Also 
Agilent.SA.Vsa.CustomOfdm.Interfaces Assembly > Agilent.SA.Vsa.CustomOfdm Namespace > MeasurementExtension Class : GetResourceTypePerAllocation Method


Glossary Item Box

Gets an array of resource subcarrier types associated with each allocation ID, as listed in the resource map.

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetResourceTypePerAllocation() As Integer()
C# 
public virtual int[] GetResourceTypePerAllocation()
C++/CLI 
public:
virtual array<int>^ GetResourceTypePerAllocation(); 

Return Value

The array of resource subcarrier types associated with each allocation ID.

Remarks

This property is an array of values, with one value for each allocation ID, as listed in the resource map array. The values are unitless. The valid range of resource type values are 0 = Data, 1 = Pilot, 2 = Unknown Pilot, 3 = Preamble, 4 = Idle, 5 = Unspecified, 6 = Known Data. If this array is shorter than the highest allocation ID, any values past the end are assumed to be 0.

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 29.00

See Also