Keysight 89600 VSA .NET API
FramePart Property
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame 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);
}

Requirements

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

See Also