Skip to content

Commit

Permalink
added buildModel command to the commands.xml
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3062 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Jan 16, 2008
1 parent 569dda6 commit 779b57a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions OMNotebook/OMNotebookQT4/commands.xml
Expand Up @@ -95,6 +95,15 @@
<field name="$4">1e-10</field>
<helptext>Translates a model and simulates it. Ex: simulate(dcmotor). Ex: simulate(dcmotor,startTime=0, stopTime=10, numberOfIntervals=1000).</helptext>
</command>
<command name="buildModel($0, startTime=$1, stopTime=$2, numberOfIntervals=$3, tolerance=$4, storeInTemp=$5)">
<field name="$0">modelname</field>
<field name="$1">0</field>
<field name="$2">1</field>
<field name="$3">500</field>
<field name="$4">1e-10</field>
<field name="$5">false</field>
<helptext>Translates a model and simulates it. Ex: buildModel(dcmotor). Ex: buildMotor(dcmotor,startTime=0, stopTime=10, numberOfIntervals=1000).</helptext>
</command>
<command name="system($0)">
<field name="$0">str</field>
<helptext>Execute str as a system(shell) command, return integer success value. Ex: system("touch myFile").</helptext>
Expand Down

0 comments on commit 779b57a

Please sign in to comment.