Skip to content

Commit 71db774

Browse files
committed
update with units for 64413
1 parent 9775489 commit 71db774

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

json/model_64413.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"type": "count"
3333
},
3434
{
35-
"desc": "Plane of Array Irradiance (W/m^2).",
36-
"label": "POA Irradiance (W/m^2)",
35+
"desc": "Plane of Array Irradiance",
36+
"label": "POA Irradiance",
3737
"name": "Irr",
3838
"sf": "Irr_SF",
3939
"size": 1,
@@ -58,24 +58,27 @@
5858
"points": [
5959
{
6060
"label": "Power",
61-
"desc": "Power (Watts)",
61+
"desc": "Power",
6262
"name": "P",
6363
"size": 2,
64-
"type": "float32"
64+
"type": "float32",
65+
"units": "W"
6566
},
6667
{
6768
"label": "Current",
68-
"desc": "Current (Amperes)",
69+
"desc": "Current",
6970
"name": "I",
7071
"size": 2,
71-
"type": "float32"
72+
"type": "float32",
73+
"units": "A"
7274
},
7375
{
7476
"label": "Voltage",
75-
"desc": "Voltage (Volts)",
77+
"desc": "Voltage",
7678
"name": "V",
7779
"size": 2,
78-
"type": "float32"
80+
"type": "float32",
81+
"units": "V"
7982
}
8083
],
8184
"type": "group"

0 commit comments

Comments
 (0)