*DefinitionInclude()

Includes a definition file for an assembly that contains an assembly definition.

Syntax

*DefinitionInclude("path")

Arguments

path
The full path to the definition file to be used by the data file.
Data type: String

Example

*BeginAnalysisDataFile(DEFINITION_TYPE, Hatchback, ALLOWED_MODEL_TYPE, , 
LABEL, "Dynamic Analysis ")
*DefinitionInclude("dyn_def.mdl")
*SetForce(frc_open, LIN, 10, LIN, , LIN)
*EndDataFile()

Context

*BeginAssemblyDataFile()

*BeginAnalysisDataFile()

Comments

The definition file is referenced by the data file and it should be contained within the *BeginAssemblyDataFile() block for an assembly and the *BeginAnalysisDataFile() block for a distributed analysis.

The assembly definition file should contain the *DefineAssembly() block for an assembly and the *DefineAnalysis() block for a distributed analysis.