MCPcopy Create free account
hub / github.com/ahalev/python-microgrid / log

Method log

src/pymgrid/microgrid/microgrid.py:776–788  ·  view source on GitHub ↗

Microgrid's log as a DataFrame. This is equivalent to `:meth:`get_log`. Returns ------- log : pd.DataFrame The log of the microgrid.

(self)

Source from the content-addressed store, hash-verified

774
775 @property
776 def log(self):
777 """
778 Microgrid's log as a DataFrame.
779
780 This is equivalent to `:meth:`get_log`.
781
782 Returns
783 -------
784 log : pd.DataFrame
785 The log of the microgrid.
786
787 """
788 return self.get_log()
789
790 def state_series(self, normalized=False):
791 """

Callers 1

stepMethod · 0.45

Calls 1

get_logMethod · 0.95

Tested by

no test coverage detected