Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/src/records/performancemap.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The following example defines a 2D map based on grid variables outdoor dry-bulb
PERFORMANCEMAP "PMClg"

PMGRIDAXIS "ClgOutdoorDBT" pmGXType="OutdoorDBT" pmGXValues=60,82,95,115 pmGXRefValue=95
PMGRIDAXIS "ClgSpeed" pmGType="Speed" pmGXValues=1,2,3 pmGXRefValue=2
PMGRIDAXIS "ClgSpeed" pmGXType="Speed" pmGXValues=1,2,3 pmGXRefValue=2

// Capacity ratio = net total capacity / net rated total capacity
PMLOOKUPDATA LUClgCapRat pmLUType = "CapRat" pmLUValues =
Expand Down