"Arrays" Array

Describes individual solar arrays in the system.

Table of Arrays Object

Value NameDescriptionValue Type
nameThe name of the arraystring
tsrfTilted Solar Resource Factor, representing the effectiveness of the solar array's tilt.float
pitchThe pitch of the array.float
moduleContains detailed information about the solar module.object
azimuthThe azimuth angle of the array.float
productionExpected energy production from this array (in kWh).float
moduleCountThe number of solar modules in this array.integer
inverterIndexThe index of the inverter used for this array, referring to the position in the inverters array.integer

Example of Arrays Array

"arrays": [
							{
								"name": "Array 1",
								"tsrf": null,
								"pitch": null,
								"module": {
									"id": "1324ab1b-3210-12ac-123d-1234567f8ac9",
									"name": "QCELL Q.PEAK DUO BLK ML-G10+/TS 405",
									"model": "Q.PEAK DUO BLK ML-G10+ 405",
									"width": 1045,
									"length": 1879,
									"capacity": 405,
									"efficiency": 0.206,
									"degradation": 0.005,
									"manufacturer": "Hanwha Q Cells"
								},
								"azimuth": null,
								"production": 13.5,
								"moduleCount": 10,
								"inverterIndex": 0
							}
						]