Skip to content

Commit

Permalink
#185 #180 - Models 701, 702, 703, 704, 713, 715; Added model lengths
Browse files Browse the repository at this point in the history
  • Loading branch information
shelcrow committed Jan 11, 2021
1 parent 75e4e30 commit 0b4bf05
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
5 changes: 3 additions & 2 deletions json/model_701.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"name": "L",
"notes": "",
"static": "S",
"type": "uint16"
"type": "uint16",
"value": 153
},
{
"comments": [
Expand Down Expand Up @@ -965,4 +966,4 @@
"type": "group"
},
"id": 701
}
}
3 changes: 2 additions & 1 deletion json/model_702.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"name": "L",
"notes": "",
"static": "S",
"type": "uint16"
"type": "uint16",
"value": 50
},
{
"comments": [
Expand Down
4 changes: 2 additions & 2 deletions json/model_703.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"notes": "",
"static": "S",
"type": "uint16",
"value": 12
"value": 17
},
{
"access": "RW",
Expand Down Expand Up @@ -121,7 +121,7 @@
"units": "Secs"
},
{
"desc": "Voltage scale factor.",
"desc": "Voltage percentage scale factor.",
"label": "Voltage Scale Factor",
"name": "V_SF",
"notes": "",
Expand Down
3 changes: 2 additions & 1 deletion json/model_704.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@
"name": "L",
"notes": "",
"static": "S",
"type": "uint16"
"type": "uint16",
"value": 65
},
{
"access": "RW",
Expand Down
3 changes: 2 additions & 1 deletion json/model_713.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"label": "Model Length",
"mandatory": "M",
"name": "L",
"type": "uint16"
"type": "uint16",
"value": 6
},
{
"desc": "Energy rating of the DER storage.",
Expand Down
3 changes: 2 additions & 1 deletion json/model_715.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"label": "DER Control Model Length",
"mandatory": "M",
"name": "L",
"type": "uint16"
"type": "uint16",
"value": 5
},
{
"comments": [
Expand Down

0 comments on commit 0b4bf05

Please sign in to comment.