hwISession RegisterExternalSolver

Appends an external solver to the list of registered external solvers.

Syntax

hwISession_handle RegisterExternalSolver name, path

Application

HyperWorks Tcl Query

Inputs

name
The name of the external solver.
path
The path to the external solver executable.

Example

To export the contents of the current session to an HTML or XML report:
hwi GetSessionHandle mySessionName
mySessionName PublishSession myReportName 20 

Error

Success (0) or an error code.