GridModule.state_components#

GridModule.state_components = array(['import_price', 'export_price', 'co2_per_kwh', 'grid_status'],       dtype=object)#

Labels of the components of each entry in the module’s time series.

Column labels of self.time_series.

Returns#

state_componentsnp.ndarray[str], shape (self.time_series.shape[1], )

The state components.