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.snapshotsGet the snapshots dimension.
pypsa.networks.Network.periodsGet the snapshots dimension.
pypsa.networks.Network.timestepsGet the timestep level only.