spinetoolbox.widgets.time_series_fixed_resolution_editor¶
Contains logic for the fixed step time series editor widget.
| author: |
|
|---|---|
| date: | 14.6.2019 |
Module Contents¶
Classes¶
TimeSeriesFixedResolutionEditor |
A widget for editing time series data with a fixed time step. |
Functions¶
_resolution_to_text(resolution) |
Converts a list of durations into a string of comma-separated durations. |
_text_to_resolution(text) |
Converts a comma-separated string of durations into a resolution array. |
-
spinetoolbox.widgets.time_series_fixed_resolution_editor._resolution_to_text(resolution)[source]¶ Converts a list of durations into a string of comma-separated durations.
-
spinetoolbox.widgets.time_series_fixed_resolution_editor._text_to_resolution(text)[source]¶ Converts a comma-separated string of durations into a resolution array.