poIResultMathCtrl GetOperatorSyntax

Returns the syntax of the operator as used in the Expression Builder.

Syntax

rmath_handle GetOperatorSyntax lib oper

Application

HyperView Tcl Query

Description

This command returns the syntax of a result math operator.

Inputs

lib
The name of the result math library.
oper
The name of the result math operator.

Example

hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetProjectHandle project_handle
project_handle GetPageHandle page_handle [project_handle GetActivePage]
page_handle GetWindowHandle window_handle [page_handle GetActiveWindow]
window_handle GetClientHandle client_handle

set mid [client_handle AddResultMathAnalysis "c:/samples/bumper/d3plot" "c:/samples/bumper/d3plot"]

client_handle GetModelHandle model_handle $mid
model_handle GetResultCtrlHandle result_handle
result_handle GetResultMathCtrlHandle rmath_handle

rmath_handle GetOperatorSyntax math log


hwi CloseStack

Errors

Returns an empty list if an error occurs.