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


Glossary Item Box

Takes the defined FrameDefinition values and adjusts the MeasurementExtension to align with the FrameDefinition defined here.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub Apply() 
C# 
public abstract void Apply()
C++/CLI 
public:
abstract void Apply(); 

Remarks

Note that MeasurementExtension.AllDataStreamsActive value is set to false during execution of the FrameDefinition Apply process, since it includes writing the specified Allocation.SetActivePortIndexes values into the generated SetResourceMap.

Requirements

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

See Also