Keysight Pathwave 89600 VSA .NET API
Create() Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > MathFunctionCollection Class > Create Method : Create() Method


Glossary Item Box

Creates a new MathFunction.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Function Create() As MathFunction
C# 
public abstract MathFunction Create()
C++/CLI 
public:
abstract MathFunction^ Create(); 

Return Value

A handle to the new MathFunction.

Requirements

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

See Also