-
Hello, The RDD file lists the available variables for an IDF file. For example: The datatransfer API requires a variable key in order to get the handle to a variable: I am interested in writing software to present the list of compatible variable keys for a user to choose for a given IDF file. Is there a way to find what are the available variables keys, or component names, or the types of components that can use each variable? (I know I can read the Input/Output References doc to figure it out manually, but I am interested in automating this with software). Is there somewhere already collected such information? E.g. EnergyPlus source code, code of some other tools? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found a way... Using datatransfer's
|
Beta Was this translation helpful? Give feedback.
Found a way...
Using datatransfer's
list_available_api_data_csv
, will do. It generates something like below: