Microgrid.state_series#

Microgrid.state_series(normalized=False)[source]#

State of the microgrid as a pandas Series.

Three are three levels in the MultiIndex: microgrid_name, microgrid_number (relative to each microgrid_name) and state key name.

Parameters#

normalizedbool, default False

Whether to return a Series of normalized values.

Returns#

statepd.Series

State of the microgrid as a pandas Series..