Skip to content

Commit

Permalink
Model 713; Add SF 'Pct_SF', assigned SF to points SoC, SoH
Browse files Browse the repository at this point in the history
  • Loading branch information
shelcrow committed Apr 16, 2021
1 parent e49a10f commit 9032cb9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions json/model_713.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"desc": "State of charge of the DER storage.",
"label": "State of Charge",
"name": "SoC",
"sf": "Pct_SF",
"size": 1,
"type": "uint16",
"units": "Pct"
Expand All @@ -54,6 +55,7 @@
"desc": "State of health of the DER storage.",
"label": "State of Health",
"name": "SoH",
"sf": "Pct_SF",
"size": 1,
"type": "uint16",
"units": "Pct"
Expand Down Expand Up @@ -90,6 +92,15 @@
"label": "Energy Scale Factor",
"name": "WH_SF",
"size": 1,
"static": "S",
"type": "sunssf"
},
{
"desc": "Scale factor for percentage.",
"label": "Percent Scale Factor",
"name": "Pct_SF",
"size": 1,
"static": "S",
"type": "sunssf"
}
],
Expand Down

0 comments on commit 9032cb9

Please sign in to comment.