energia.components.temporal.lag#
Temporal Lag
Functions
|
Same as a is b. |
Classes
|
A number of temporal Periods. |
|
- class Lag(of: Periods | None = None, periods: int | float = 1)[source]#
Bases:
_NameA number of temporal Periods.
- Variables:
label (str) – Label of the component, used for plotting. Defaults to None.
of (Periods) – Periods to lag. Defaults to None.
periods (int | float) – Number of periods to lag. Defaults to 1.
name (str) – Name of the component, generated based on the number of periods.
domains (list[Domain]) – List of Domains the lag features belong to. Defaults to [].
Note
Name is generated post init.
Domains are set as the program is built.