Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 494 Bytes

File metadata and controls

13 lines (9 loc) · 494 Bytes

db-scripts

DesignBuilder functionality may be extended via scripts or plugins.
This repository works as a library to store various scripting examples.

There are three different languages to customize simulations:

  • EMS: EnergyPlus runtime scripting
  • C#: C# code can be executed at various hookpoints
  • Python: Python code can be executed at various hookpoints

More on scripting can be found at: DesignBuilder Extensibility