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


name
Name of the math function.

Glossary Item Box

Gets the specified math function

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride ReadOnly Property Item( _
   ByVal name As String _
) As MathFunction
C# 
public abstract MathFunction Item( 
   string name
) {get;}
C++/CLI 
public:
abstract property MathFunction^ Item {
   MathFunction^ get(String^ name);
}

Parameters

name
Name of the math function.

Property Value

A handle to the MathFunction or null.

Requirements

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

See Also