Dymola Behavior Modeling Methods Functions: ImportModelicaFile

This function Imports a Modelica package in session.

This page discusses:

Signature

ImportModelicaFile(iFilePath : String) : Boolean

Arguments

Name Input/Output Required? Type Comment
iFilePath In String Full path of the file

ReturnType

Boolean

True if the simulation succeeds and false is the case of failure.

Example

ImportModelicaFile("E:\MyExperiments\MyModelX.mo")