forked from modelica/Reference-FMUs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FMI1CS.xml
25 lines (21 loc) · 782 Bytes
/
FMI1CS.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<fmiModelDescription
fmiVersion="1.0"
modelName="Stair"
modelIdentifier="Stair"
description="This model generates a stair signal using time events"
guid="{8c4e810f-3df3-4a00-8276-176fa3c9f008}"
numberOfContinuousStates="0"
numberOfEventIndicators="0">
<DefaultExperiment startTime="0" stopTime="10"/>
<ModelVariables>
<ScalarVariable name="counter" valueReference="0" description="counts the seconds" causality="output">
<Integer start="1" fixed="true"/>
</ScalarVariable>
</ModelVariables>
<Implementation>
<CoSimulation_StandAlone>
<Capabilities canHandleVariableCommunicationStepSize="true" canHandleEvents="true"/>
</CoSimulation_StandAlone>
</Implementation>
</fmiModelDescription>