EnergyPlusPath Class¶
-
class
EnergyPlusPath.EnergyPlusPath¶ Bases:
objectThis class provides static helpers for moving between EnergyPlus install paths and version numbers
Note that this class holds no instance data.
-
static
get_latest_eplus_version()¶
-
static
get_path_from_version_number(version)¶
-
static
get_version_number_from_path(path)¶ This function takes a Mac EnergyPlus installation path, and returns just the version number portion
- path: An installation path on Mac, following the form: ‘/Applications/EnergyPlus-?-?-?/’
- Returns: Just the version number suffix, in the form: ‘?-?-?’
-
static