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


Glossary Item Box

The MathFunctionSyntaxResult object contains information about the syntax error, if any, in a math expression.

Syntax

Visual Basic (Declaration) 
Public Class MathFunctionSyntaxResult 
C# 
public class MathFunctionSyntaxResult 
C++/CLI 
public ref class MathFunctionSyntaxResult 

Remarks

The MathFunctionCollection.CheckSyntax method returns an object of this type indicating the syntax error message, if any, that has been found in the math expression, along with the position of the error in the expression.

Requirements

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

See Also