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


Glossary Item Box

Gets or sets the FramePart associated with this allocation.

Syntax

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

Remarks

The FramePart is invariant, so it will persist until deleted.

Requirements

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

See Also