Event definition
No Additional PropertiesTimestep, in string, integer, or float, that identifies the timestep at which this event is applied.
Must match regular expression:^\d+\.*\d*
The type of event (switch or fault)
The asset that is being affected by the event
Must match regular expression:^[Ll][Ii][Nn][Ee]\..+$
Must be at least 5
characters long
The event data
Switch event data
No Additional PropertiesType of switch, e.g., "fuse", "breaker", "recloser", etc.
What is the state of the switch, "open" or "closed"? Only used if "event_type" is "switch".
Is the affected object dispatchable? (i.e., can be opened or closed), default is false
Status of the object, if 0, completely outaged from the model. Default 1.
Fault event data
No Additional PropertiesDuration of a fault, in milliseconds, -1 ==> permanent fault
Value must be greater or equal to -1
[
{
"timestep": 1,
"event_type": "switch",
"affected_asset": "line.switch_name",
"event_data": {
"type": "breaker",
"state": "open",
"dispatchable": false,
"status": 1
}
}
]