Skip to content

Commit dd2dbe2

Browse files
committed
include yMin and yMax
1 parent e9f0adc commit dd2dbe2

File tree

1 file changed

+14
-0
lines changed
  • cxf/ModelicaTestCases/SingleBlocks/Reals

1 file changed

+14
-0
lines changed

cxf/ModelicaTestCases/SingleBlocks/Reals/PID.jsonld

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@
4545
},
4646
{
4747
"@id": "http://example.org#ModelicaTestCases.SingleBlocks.Reals.PID.conPID.y"
48+
},
49+
{
50+
"@id": "http://example.org#ModelicaTestCases.SingleBlocks.Reals.PID.conPID.yMax"
51+
},
52+
{
53+
"@id": "http://example.org#ModelicaTestCases.SingleBlocks.Reals.PID.conPID.yMin"
4854
}
4955
],
5056
"S231P:label": "conPID"
@@ -67,6 +73,14 @@
6773
"@id": "http://example.org#ModelicaTestCases.SingleBlocks.Reals.PID.y"
6874
}
6975
},
76+
{
77+
"@id": "http://example.org#ModelicaTestCases.SingleBlocks.Reals.PID.conPID.yMax",
78+
"S231P:value": 1
79+
},
80+
{
81+
"@id": "http://example.org#ModelicaTestCases.SingleBlocks.Reals.PID.conPID.yMin",
82+
"S231P:value": 0
83+
},
7084
{
7185
"@id": "http://example.org#ModelicaTestCases.SingleBlocks.Reals.PID.u_m",
7286
"@type": "S231P:RealInput",

0 commit comments

Comments
 (0)