Microgrid's log as a DataFrame. This is equivalent to `:meth:`get_log`. Returns ------- log : pd.DataFrame The log of the microgrid.
(self)
| 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 | """ |