Keysight 89600 VSA .NET API
GetSymbolSubcarrierBlocks Method
See Also 
Agilent.SA.Vsa.CustomOfdm.Interfaces Assembly > Agilent.SA.Vsa.CustomOfdm Namespace > Allocation Class : GetSymbolSubcarrierBlocks Method


Glossary Item Box

Gets the current per-block mapping of active OFDM symbols and subcarriers for the allocation.

Syntax

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

Return Value

An array where each element describes one symbol subcarrier block as SymbolSubcarrierBlock.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight 89600 VSA Ver 30.40

See Also