Skip to content

Commit

Permalink
Readme Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
devyeshtandon committed Aug 12, 2016
1 parent 93e3f82 commit 5aaf051
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ This is a module to import and cosimulation of FMUs, developed using FMI standar
FMII: Location where FMILibrary is installed.

#Input Syntax
The syntax for using the module is:

module load: "libmodule-FMU";

user defined: <br />
\<label\>, FMU, “\<location to FMU\>”, <br />
type, \<cosimulation/import\>, tolerance, \<tolerance value\>, <br />
Expand All @@ -17,7 +21,7 @@ type, \<cosimulation/import\>, tolerance, \<tolerance value\>, <br />
..... <br />
output, yes; <br />

Example Usage: <br />
*Example Usage:* <br />
user defined: <br />
99, FMU, "/location/to/BouncingBall\_cs.fmu", <br />
type, cosimulation, <br />
Expand Down

0 comments on commit 5aaf051

Please sign in to comment.