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


expression
The math expression whose syntax is to be checked.

Glossary Item Box

Checks to see whether the expression represents a valid math function

Syntax

Visual Basic (Declaration) 
Public MustOverride Function CheckSyntax( _
   ByVal expression As String _
) As MathFunctionSyntaxResult
C# 
public abstract MathFunctionSyntaxResult CheckSyntax( 
   string expression
)
C++/CLI 
public:
abstract MathFunctionSyntaxResult^ CheckSyntax( 
   String^ expression
) 

Parameters

expression
The math expression whose syntax is to be checked.

Return Value

The MathFunctionSyntaxResult object containing the result of the syntax check.

Requirements

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

See Also