Adds new solver script to HyperStudy.
*RegisterSolverScript() - HyperStudyAdds new solver script to HyperStudy. |
|||||
*RegisterSolverScript() - HyperStudyAdds new solver script to HyperStudy. |
Syntax |
*RegisterSolverScript(script_name,"script_label","executable","solver_type ", “arguments”) |
|
Arguments |
Name |
Description |
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 |
|
Example |
*RegisterSolverScript(scr_9, "My Solver", "C:/Users/mysolver.exe ", "HstSolver_Generic", "%1") |
|
Application |
HyperStudy. |
|
Context |
||
Comments |
Only applies to HyperStudy preference file. The syntax is different from that of the *RegisterSolverScript() used in the MotionView preference file. |
|
See also |
|
|