Skip to content

Commit

Permalink
#224 - Model 704; To point VarSetMod added enum VA_MAX_PCT
Browse files Browse the repository at this point in the history
  • Loading branch information
shelcrow committed Jul 8, 2021
1 parent a79377b commit ef9d121
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion json/model_704.json
Original file line number Diff line number Diff line change
Expand Up @@ -573,11 +573,17 @@
"name": "VAR_AVAIL_PCT",
"value": 2
},
{
"desc": "Reactive power setting is percent of maximum apparent power.",
"label": "Reactive Power As VA Max Pct",
"name": "VA_MAX_PCT",
"value": 3
},
{
"desc": "Reactive power is in vars.",
"label": "Reactive Power As Vars",
"name": "VARS",
"value": 3
"value": 4
}
],
"type": "enum16"
Expand Down

0 comments on commit ef9d121

Please sign in to comment.