*AdamsScript()
Sets the active script for the ADAMS solver mode.
Syntax
*AdamsScript(script_varname)
    Arguments
- script_varname
 - The variable name of the registered script that is being made active.
 
Example
*BeginMDL(the_model, "The Model")
        *AdamsScript(static_with_dynamic)
*EndMDL()
    Context
Comments
The script which is being set must already have been registered in the preferences file.
This statement requires that ADAMS be the second registered solver in MotionView.