*MotionSolveScript()

Sets the active script for the MotionSolve solver mode.

Syntax

*MotionSolveScript(script_varname)

Arguments

script_varname
The variable name of the registered script that is being made active.
Data type: varname

Example

*BeginMDL(the_model, "The Model") 
  *MotionSolveScript(static_with_dynamic)
*EndMDL()

Context

*BeginMdl()

*DefineAnalysis()

*DefineSystem()

Comments

The script which is being set must already have been registered in the preferences file.

This statement requires that MotionSolve be the first registered solver in MotionView.