HyperWorks Desktop

*RegisterSolverScript() - HyperStudy

Adds new solver script to HyperStudy.

*RegisterSolverScript() - HyperStudy

Adds new solver script to HyperStudy.

Previous topic Next topic No expanding text in this topic  

*RegisterSolverScript() - HyperStudy

Adds new solver script to HyperStudy.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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

*BeginSolverDefaults()

Comments

Only applies to HyperStudy preference file.  The syntax is different from that of the *RegisterSolverScript() used in the MotionView preference file.

See also

 

List of Hyper Study Preference Statements