*RegisterSolverScript() - HyperStudy
Adds new solver script to HyperStudy.
Syntax
*RegisterSolverScript (script_name,"script_label","executable","solver_type", “arguments”)
Application
HyperStudy
Inputs
- script_name
- A unique name for the script.
- "script_label"
- The name which will appear within the HyperStudy GUI referring to this script. This name must be enclosed in double quotes.
- "executable"
- The full path, including the file name and extension of the solver script.
- "solver_type"
- Indicates to HyperStudy which solver is used (HstSolver_Generic, HstSolver_MotionSolve, etc.)
- “arguments”
- Solver input arguments.
Context
*BeginSolverDefaults()
Example
*RegisterSolverScript(scr_9, "My Solver", "C:/Users/mysolver.exe ", "HstSolver_Generic", "%1")
Comments
Only applies to HyperStudy preference file. The syntax is different from that of the *RegisterSolverScript() used in the MotionView preference file.