Skip to content

Commit

Permalink
correct capital
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlWalther committed Dec 15, 2024
1 parent 00ee79c commit e181065
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .CI/tests/translate_test_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
cxf_json_path + 'SingleBlocks/Reals/' + 'Add',
cxf_json_path + 'SingleBlocks/Reals/' + 'MultiplyByParameter',

cxf_json_path + 'CompositeBlocks/' + "customPWithLimiter",
cxf_json_path + 'CompositeBlocks/' + "CustomPWithLimiter",
cxf_json_path + 'CompositeBlocks/' + "Custom01",
cxf_json_path + 'CompositeBlocks/' + "Custom02",
cxf_json_path + 'CompositeBlocks/' + "Custom03",
Expand Down
52 changes: 26 additions & 26 deletions cxf/ModelicaTestCases/CompositeBlocks/CustomPWithLimiter.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -4,75 +4,75 @@
},
"@graph": [
{
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter",
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter",
"@type": "S231P:Block",
"S231P:containsBlock": [
{
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter.gain"
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter.gain"
},
{
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter.minValue"
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter.minValue"
}
],
"S231P:hasInput": [
{
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter.e"
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter.e"
},
{
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter.yMax"
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter.yMax"
}
],
"S231P:hasOutput": {
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter.y"
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter.y"
},
"S231P:hasParameter": {
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter.k"
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter.k"
},
"S231P:label": "CustomPWithLimiter"
},
{
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter.e",
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter.e",
"@type": "S231P:RealInput",
"S231P:accessSpecifier": "public",
"S231P:description": "Control error",
"S231P:graphics": "{\"Placement\":{\"transformation\":{\"extent\":[{\"x\":-140,\"y\":-60},{\"x\":-100,\"y\":-20}]}}}",
"S231P:isConnectedTo": {
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter.gain.u"
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter.gain.u"
},
"S231P:label": "e"
},
{
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter.gain",
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter.gain",
"@type": "https://data.ashrae.org/S231P#Buildings.Controls.OBC.CDL.Reals.MultiplyByParameter",
"S231P:accessSpecifier": "public",
"S231P:description": "Constant gain",
"S231P:graphics": "{\"Placement\":{\"transformation\":{\"extent\":[{\"x\":-60,\"y\":-50},{\"x\":-40,\"y\":-30}]}}}",
"S231P:hasInstance": [
{
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter.gain.k"
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter.gain.k"
},
{
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter.gain.u"
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter.gain.u"
},
{
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter.gain.y"
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter.gain.y"
}
],
"S231P:label": "gain"
},
{
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter.gain.k",
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter.gain.k",
"S231P:isFinal": true,
"S231P:value": "k"
},
{
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter.gain.y",
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter.gain.y",
"S231P:isConnectedTo": {
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter.minValue.u2"
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter.minValue.u2"
}
},
{
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter.k",
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter.k",
"@type": "S231P:Parameter",
"S231P:accessSpecifier": "public",
"S231P:description": "Constant gain",
Expand All @@ -83,46 +83,46 @@
"S231P:value": 2
},
{
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter.minValue",
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter.minValue",
"@type": "https://data.ashrae.org/S231P#Buildings.Controls.OBC.CDL.Reals.Min",
"S231P:accessSpecifier": "public",
"S231P:description": "Outputs the minimum of its inputs",
"S231P:graphics": "{\"Placement\":{\"transformation\":{\"extent\":[{\"x\":20,\"y\":-10},{\"x\":40,\"y\":10}]}}}",
"S231P:hasInstance": [
{
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter.minValue.u1"
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter.minValue.u1"
},
{
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter.minValue.u2"
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter.minValue.u2"
},
{
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter.minValue.y"
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter.minValue.y"
}
],
"S231P:label": "minValue"
},
{
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter.minValue.y",
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter.minValue.y",
"S231P:isConnectedTo": {
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter.y"
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter.y"
}
},
{
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter.y",
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter.y",
"@type": "S231P:RealOutput",
"S231P:accessSpecifier": "public",
"S231P:description": "Control signal",
"S231P:graphics": "{\"Placement\":{\"transformation\":{\"extent\":[{\"x\":100,\"y\":-10},{\"x\":120,\"y\":10}]}}}",
"S231P:label": "y"
},
{
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter.yMax",
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter.yMax",
"@type": "S231P:RealInput",
"S231P:accessSpecifier": "public",
"S231P:description": "Maximum value of output signal",
"S231P:graphics": "{\"Placement\":{\"transformation\":{\"extent\":[{\"x\":-140,\"y\":20},{\"x\":-100,\"y\":60}]}}}",
"S231P:isConnectedTo": {
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.customPWithLimiter.minValue.u1"
"@id": "http://example.org#ModelicaTestCases.CompositeBlocks.CustomPWithLimiter.minValue.u1"
},
"S231P:label": "yMax"
}
Expand Down

0 comments on commit e181065

Please sign in to comment.