Keysight Pathwave 89600 VSA .NET API
AllocationType Property
See Also 
Agilent.SA.Vsa.CustomOfdm.Interfaces Assembly > Agilent.SA.Vsa.CustomOfdm Namespace > Allocation Class : AllocationType Property


Glossary Item Box

Gets or sets the type of the allocation: preamble, data, pilot, or idle.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property AllocationType As AllocationType
C# 
public abstract AllocationType AllocationType {get; set;}
C++/CLI 
public:
abstract property AllocationType AllocationType {
   AllocationType get();
   void set (    AllocationType value);
}

Requirements

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

See Also