Welcome to EP-Launch Light’s documentation!

Contents:

EnergyPlusPath Class

class EnergyPlusPath.EnergyPlusPath

Bases: object

This 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: ‘?-?-?’

EnergyPlusThread Class

class EnergyPlusThread.EnergyPlusThread(run_script, input_file, weather_file, msg_callback, success_callback, failure_callback, cancelled_callback)

Bases: threading.Thread

static get_ep_version(run_script)
run()
stop()

FileTypes Class

EPLaunchLightWindow Class

Indices and tables