Visual Basic (Declaration) | |
---|---|
Public MustInherit Class MathFunction Inherits RemotableObject Implements IPropertyInfo, IPropertyInfo2, IRemoteNotifyPropertyChanged, IRemoteNotifyPropertyInfoChanged |
C# | |
---|---|
public abstract class MathFunction : RemotableObject, IPropertyInfo, IPropertyInfo2, IRemoteNotifyPropertyChanged, IRemoteNotifyPropertyInfoChanged |
C++/CLI | |
---|---|
public ref class MathFunction abstract : public RemotableObject, IPropertyInfo, IPropertyInfo2, IRemoteNotifyPropertyChanged, IRemoteNotifyPropertyInfoChanged |
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.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)