openergy / opyplus

A package to work with EnergyPlus in python
Mozilla Public License 2.0
38 stars 13 forks source link

EIO : How can I get every table_refs contained in my oplus.eio file ? #6

Closed thomascerbelaud closed 4 years ago

Lefort-Antoine commented 8 years ago

Use eio._tables_d

geoffroy-destaintot commented 8 years ago

maybe we should add a public property of this variable ?

Lefort-Antoine commented 4 years ago

It has been done. The command is: eio.get_table_refs() To get specific table_ref data you have: eio.get_df("TABLE REF")