LinearTimeSeries
LinearTimeSeries
Bases: TimeSeries
Linear load-factor time series for monotonic ramping.
This time series scales load factors linearly with pseudo-time, optionally multiplied by a user-defined factor. Use it when a monotonic linear ramp is needed for static or transient loading definitions.
Tcl form
timeSeries Linear <tag> -factor <factor>
Attributes:
| Name | Type | Description |
|---|---|---|
factor |
Scale factor applied to pseudo-time. |
Example
Create a linearly varying time series.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
factor
|
float
|
Scale factor applied to pseudo-time. |
1.0
|
Raises:
| Type | Description |
|---|---|
ValueError
|
If |