Keysight Pathwave 89600 VSA .NET API
MathFunction Class
Members  See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : MathFunction Class


Glossary Item Box

The Math Function object contains properties and members to control the math function features.

Syntax

Visual Basic (Declaration) 
Public MustInherit Class MathFunction 
   Inherits RemotableObject
   Implements IPropertyInfoIPropertyInfo2IRemoteNotifyPropertyChangedIRemoteNotifyPropertyInfoChanged 
C++/CLI 
public ref class MathFunction abstract : public RemotableObject, IPropertyInfoIPropertyInfo2IRemoteNotifyPropertyChangedIRemoteNotifyPropertyInfoChanged  

Remarks

The MathFunction object represents an individual math function. This object's available methods permit you to save, delete, or set its name and text. The measurement uses a math function when it is selected for display on a trace using the Trace.DataName property. The list of available data names for math functions is returned by the TraceCollection.DataNamesMath property. The Trace.DataName for a math function is the math function name prefaced with "Fn ". The application stores math functions to files in the MyDocuments\Agilent\89600B VSA\MathFunctions directory and automatically appends the extension MTHX.

Requirements

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

See Also