GeometricDistributionForcedOutage
Package: PowerOperationsOpenAPIModels · Source: Operations/SupplementalAttributes/GeometricDistributionForcedOutage.json
Supplemental attribute describing forced outages whose transitions follow geometric distributions, parameterized by the probability of entering an outage and the mean time to recovery. Both the outage and recovery probabilities can be backed by time series.
Properties
| Property | Type | Required | Unit | Description |
|---|---|---|---|---|
id | integer | yes | — | — |
mean_time_to_recovery | number | — | min | Mean time elapsed between a failure and the return to service, in minutes. Units: min. |
outage_transition_probability | number | — | — | Probability of transitioning into a forced outage in one minute, the same time step mean_time_to_recovery is stated in. |
monitored_components | array of integer | — | — | IDs of devices whose post-contingency state should be modeled when this outage occurs. Empty by default; semantics of an empty list are decided by the downstream consumer. |
identifier | string or null | — | — | Optional user-supplied identifier for the outage, such as a name or a block id. Null when not set. |