hwITemplex GetNumberOfFunctionParameters
Determines the number of required parameters for a specified math function.
Syntax
hwITemplex_handle GetNumberOfFunctionParameters funcname
Application
Tcl Query
Inputs
- funcname
- The function for which the number of required parameters is desired.
Example
To determine the number of required parameters for the ‘frfmag’ math
function:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetTemplexHandle myTemplexName
myTemplexName GetNumberOfFunctionParameters frfmag
Errors
None.