You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Tilt is the angle relative to horizontal. Horizontal is defined as the x,y plane of a right-hand coordinate system where the the x-axis is East, y-axis is North, and the z-axis is vertical.",
"description": "Roll is a right-hand rotation about an oriented axis, with a positive value being a counter-clockwise rotation. In the context of a solar module, Roll is the rotation of the module about the vector normal to the module's plane that is oriented towards the sky.",
7098
+
"x-ob-item-type": "num-us:planeAngleItemType",
7099
+
"x-ob-usage-tips": "The Roll element of Orientation is used when solar modules are installed on a slant.",
"description": "An array of modules within a PVSystem that have a common orientation.",
7137
+
"properties": {
7138
+
"PVSystemStrings": {
7139
+
"$ref": "#/components/schemas/PVSystemStrings"
7140
+
},
7141
+
"Orientation": {
7142
+
"$ref": "#/components/schemas/Orientation"
7143
+
},
7144
+
"Area": {
7145
+
"$ref": "#/components/schemas/Area"
7146
+
},
7147
+
"RoofPlaneID": {
7148
+
"$ref": "#/components/schemas/RoofPlaneID"
7149
+
},
7150
+
"FileFolderURL": {
7151
+
"$ref": "#/components/schemas/FileFolderURL"
7152
+
},
7153
+
"Description": {
7154
+
"$ref": "#/components/schemas/Description"
7155
+
},
7156
+
"CapacityDC": {
7157
+
"$ref": "#/components/schemas/CapacityDC"
7158
+
},
7159
+
"ProductLineItems": {
7160
+
"$ref": "#/components/schemas/ProductLineItems"
7161
+
},
7162
+
"Devices": {
7163
+
"$ref": "#/components/schemas/Devices"
7164
+
}
7165
+
}
7166
+
},
7167
+
"PVSystemStrings": {
7168
+
"type": "array",
7169
+
"items": {
7170
+
"$ref": "#/components/schemas/PVSystemString"
7171
+
}
7172
+
},
7173
+
"PVSystemString": {
7174
+
"type": "object",
7175
+
"description": "A string of Modules within a PVSystem",
7176
+
"properties": {
7177
+
"Devices": {
7178
+
"$ref": "#/components/schemas/Devices"
7179
+
},
7180
+
"Orientation": {
7181
+
"$ref": "#/components/schemas/Orientation"
7182
+
},
7183
+
"ProductLineItems": {
7184
+
"$ref": "#/components/schemas/ProductLineItems"
7185
+
},
7186
+
"CapacityDC": {
7187
+
"$ref": "#/components/schemas/CapacityDC"
7188
+
},
7189
+
"FileFolderURL": {
7190
+
"$ref": "#/components/schemas/FileFolderURL"
7191
+
},
7192
+
"Description": {
7193
+
"$ref": "#/components/schemas/Description"
7194
+
},
7195
+
"PVSystemStringID": {
7196
+
"$ref": "#/components/schemas/PVSystemStringID"
7197
+
}
7198
+
}
7199
+
},
7200
+
"Orientation": {
7201
+
"description": "Orientation is defined by Azimuth, Tilt and Roll. Azimuth and Tilt are defined in the context of a right-hand coordinate system where the the x-axis is East, y-axis is North, and the z-axis is vertical.",
7202
+
"properties": {
7203
+
"Azimuth": {
7204
+
"$ref": "#/components/schemas/Azimuth"
7205
+
},
7206
+
"Tilt": {
7207
+
"$ref": "#/components/schemas/Tilt"
7208
+
},
7209
+
"Roll": {
7210
+
"$ref": "#/components/schemas/Roll"
7211
+
}
7212
+
},
7213
+
"type": "object"
7214
+
},
7215
+
"ProductLineItems": {
7216
+
"type": "array",
7217
+
"items": {
7218
+
"$ref": "#/components/schemas/ProductLineItem"
7219
+
},
7220
+
"x-ob-usage-tips": ""
7221
+
},
7222
+
"ProductLineItem": {
7223
+
"type": "object",
7224
+
"description": "A product used within a PVSystem and the quantity of that product",
0 commit comments