Catalog Plot Form

The catalog plot form is used to display the fully fleshed out catalog data set to the user for inspection prior to attempting the parameter estimation process. Public methods are primarily related to checking exit status.

class energyplus_pet.forms.catalog_plot.CatalogDataPlotForm(parent_window, cdm: CatalogDataManager, eq: BaseEquipment)[source]

Bases: Toplevel

This form is where we display the processed catalog data to the user to allow them to see variation in each parameter.

class ExitCode(value)[source]

Bases: Enum

An enumeration.

CANCEL = 2
OK = 1
cancel()[source]
finish()[source]
ok()[source]