CSE User's Manual

California Simulation Engine

4.55 EXPORTCOL

Each EXPORTCOL defines a single datum of a User Defined Table (UDT) export; EXPORTCOLs are not used with other export types.

Use as many EXPORTCOLs as there are values to be shown in each row of the user-defined export. The values will appear in the order defined in each data row output. Be sure to include values needed to identify the data, such as the month, day, and hour, as appropriate – these are NOT automatically supplied in user-defined exports.

EXPORTCOL members are similar to the corresponding REPORTCOL members. See Section 5.265.1.5 for further discussion.

colName

Name of EXPORTCOL.

UnitsLegal RangeDefaultRequiredVariability
63 charactersnoneNoconstant

colExport=exName

Name of export to which this column belongs. If the EXPORTCOL is given within an EXPORT object, then colExport defaults to that export.

UnitsLegal RangeDefaultRequiredVariability
name of an EXPORTcurrent export, if anyUnless in an EXPORTconstant

colVal=expression

Value to show in this position in each row of export.

UnitsLegal RangeDefaultRequiredVariability
any numeric or string expressionnoneYessubhour /end interval

colHead=string

Text used for field name in export header.

UnitsLegal RangeDefaultRequiredVariability
colName or blankNoconstant

colWid=int

Maximum width. Leading and trailing spaces and non-significant zeroes are removed from export data to save file space. Specifying a colWid less than the default may reduce the maximum number of significant digits output.

UnitsLegal RangeDefaultRequiredVariability
x \(\ge\) 013Noconstant

colDec=int

Number of digits after decimal point.

UnitsLegal RangeDefaultRequiredVariability
x \(\ge\) 0flexible formatNoconstant

colJust=choice

Specifies positioning of data within column:

LeftLeft justified
RightRight justified

endExportCol

Optionally indicates the end of the EXPORTCOL. Alternatively, the end of the definition can be indicated by END or by beginning another object.

UnitsLegal RangeDefaultRequiredVariability
noneNoconstant

Related Probes: