Skip to content

Commit fcb5c38

Browse files
committed
Documentation finalization
1 parent 3d6ebff commit fcb5c38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/src/records/pvarray.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Photovoltaic array azimuth (0 = north, 90 = east, etc.). If a value outside the
139139
------------------------------------------------------------------
140140
**pvVertices=*list of up to 36 floats***
141141

142-
Vertices of an optional polygon representing the position and shape of the photovoltaic array. The polygon is used to calculate the shaded fraction using an advanced shading model. Only PVARRAYs and [SHADEXs](#shadex) are considered in the advanced shading model -- PVARRAYs can be shaded by SHADEXs or other PVARRAYs. If pvVertices is omitted, the PVARRAY is assumed to be unshaded at all times. Advanced shading must be enabled via [Top exShadeModel](#top-model-control-items). Note that the polygon is used only for evaluating shading; array capacity is specified by pvDCSysSize (above).
142+
Vertices of an optional polygon representing the position and shape of the photovoltaic array. The polygon is used to calculate the shaded fraction using an advanced shading model. Only PVARRAYs and [SHADEXs](#shadex) are considered in the advanced shading model -- PVARRAYs can be shaded by SHADEXs or other PVARRAYs. If pvVertices is omitted, the PVARRAY is assumed to be unshaded at all times. Advanced shading must be enabled via [TOP exShadeModel](#top-model-control-items). Note that the polygon is used only for evaluating shading; array capacity is specified by pvDCSysSize (above).
143143

144144
The values that follow pvVertices are a series of X, Y, and Z values for the vertices of the polygon using a coordinate system defined from a viewpoint facing north. X and Y values convey east-west and north-south location respectively relative to an arbitrary origin (positive X value are to the east; positive Y values are to the north). Z values convey height relative to the building 0 level and positive values are upward.
145145

@@ -160,7 +160,7 @@ Photovoltaic array azimuth (0 = north, 90 = east, etc.). If a value outside the
160160

161161
**pvMounting=*choice***
162162

163-
Specified mounting location of this PVARRAY. pvMounting=Site indicates the array position is not altered by building rotation via Top bldgAzm, while PVARRAYs with pvMounting=Building are assumed to rotate with the building.
163+
Specified mounting location of this PVARRAY. pvMounting=Site indicates the array position is not altered by building rotation via [TOP bldgAzm](#top-general-data-items), while PVARRAYs with pvMounting=Building are assumed to rotate with the building.
164164

165165
**Units** **Legal Range** **Default** **Required** **Variability**
166166
----------- ---------------------- ------------- -------------- -----------------

doc/src/records/shadex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Vertices of a polygon representing the shape of the shading object.
2424

2525
The values that follow sxVertices are a series of X, Y, and Z values for the vertices of the polygon. The coordinate system is defined from a viewpoint facing north. X and Y values convey east-west and north-south location respectively relative to an arbitrary origin (positive X value are to the east; positive Y values are to the north). Z values convey height relative to the building 0 level and positive values are upward.
2626

27-
The vertices are specified in counter-clockwise order when facing the shading object from the south. The number of values provided must be a multiple of 3. The defined polygon must be planar and have no crossing edges. When sxType=Building, the effective position of the polygon reflects building rotation specified by bldgAzm.
27+
The vertices are specified in counter-clockwise order when facing the shading object from the south. The number of values provided must be a multiple of 3. The defined polygon must be planar and have no crossing edges. When sxType=Building, the effective position of the polygon reflects building rotation specified by [TOP bldgAzm](#top-general-data-items).
2828

2929
For example, to specify a rectangular shade "tree" that is 10 x 40 ft, facing south, and 100 ft to the south of the nominal building origin --
3030

0 commit comments

Comments
 (0)