pypsa.Network.investment_periods

pypsa.Network.investment_periods#

property Network.investment_periods: Index#

Periods level of snapshots dimension.

If snapshots is single indexed, periods will always be empty, since there no investment periods without timesteps are defined. Otherwise only the period level will be returned.

Note

Alias for pypsa.Network.periods().

Returns:

Investment periods of the network.

Return type:

pd.Index

See also

pypsa.networks.Network.snapshots

Get the snapshots dimension.

pypsa.networks.Network.periods

Get the snapshots dimension.

pypsa.networks.Network.timesteps

Get the timestep level only.