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


Glossary Item Box

Creates and adds an Allocation to the Allocations collection and associates it with this FramePart.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function CreateAllocationAndAssociate() As Allocation
C# 
public abstract Allocation CreateAllocationAndAssociate()
C++/CLI 
public:
abstract Allocation^ CreateAllocationAndAssociate(); 

Return Value

Allocation that was created

Requirements

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

See Also