-
Notifications
You must be signed in to change notification settings - Fork 407
Expand file tree
/
Copy pathNominalPower.json
More file actions
25 lines (25 loc) · 909 Bytes
/
NominalPower.json
File metadata and controls
25 lines (25 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"Name": "NominalPower",
"BaseUnit": "WattPeak",
"XmlDocSummary": "The nominal power is the nameplate capacity of photovoltaic (PV) devices, such as solar cells, panels and systems, and is determined by measuring the electric current and voltage in a circuit, while varying the resistance under precisely defined conditions.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Nominal_power_(photovoltaic)",
"Units": [
{
"SingularName": "WattPeak",
"PluralName": "WattsPeak",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Prefixes": [ "Femto", "Pico", "Nano", "Micro", "Milli", "Deci", "Deca", "Kilo", "Mega", "Giga", "Tera", "Peta" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "Wp" ]
},
{
"Culture": "fr-FR",
"Abbreviations": [ "Wc" ]
}
]
}
]
}