opyplus.OutputTable

class opyplus.OutputTable(path)

Class describing an E+ output table.

Parameters
path: str

Path of the E+ output table file.

Methods

get_table(self, table_name[, report_name])

Get table.

get_table(self, table_name, report_name=None)

Get table.

# TODO [GL]: fill docstring (including Returns section)

Parameters
table_name: str
report_name: str