Column Header Definition (Developer Info)

This will document the module, showing images and such as necessary, followed by code documentation below.

class energyplus_pet.equipment.column_header.ColumnHeader(column_name: str, unit_type: UnitType, db: bool = False, wb: bool = False)[source]

Bases: object

Defines a single column of data for an equipment type

class energyplus_pet.equipment.column_header.ColumnHeaderArray(columns: List[ColumnHeader])[source]

Bases: object

Defines a full set of headers for an equipment type

get_db_column() int[source]

Returns a zero-based index of the air dry-bulb column in a set of headers

get_descriptive_csv() str[source]

Returns a CSV summary of this set of column headers

get_descriptive_summary() str[source]

Returns a descriptive summary of this set of column headers

get_wb_column() int[source]

Returns a zero-based index of the air wet-bulb column in a set of headers

name_array() List[str][source]

Returns the list of strings for these columns

unit_array() List[UnitType][source]

Returns the list of units for these columns