# © 2024-2026 ETH Zurich
# Original author: Milos Katanic
# Simulation-only fork & maintainer: Maitraya Avadhut Desai
#
# Licensed under the GNU General Public License v3.0 or later;
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
#
#     https://www.gnu.org/licenses/gpl-3.0.en.html
#
# This software is distributed "AS IS", WITHOUT WARRANTY OF ANY KIND,
# express or implied. See the License for specific language governing
# permissions and limitations under the License.
#
# Simulation-only fork of PowerDynamicEstimator
# (https://doi.org/10.5905/ethz-1007-842); dynamic state estimation removed.
# For inquiries, contact: mdesai@ethz.ch

# This file contains all simulation disturbances.

#Disturbance, time = 1.0, type = "LOAD", bus ="5", p_delta = 20, q_delta = 0

#Disturbance, time = 1.0, type = "LOAD", bus ="5", p_delta = -20, q_delta = 0

#Disturbance, time = 1.0, type = "FAULT_LINE", bus_i = "5", bus_j = "8", y = 30
#Disturbance, time = 1.1, type = "OPEN_LINE", bus_i = "5", bus_j = "8"




#Disturbance, time = 7.0, type = "FAULT_LINE", bus_i = "5", bus_j = "8", y = 30
#Disturbance, time = 7.04, type = "OPEN_LINE", bus_i = "5", bus_j = "8"
Disturbance, time = 4.0, type = "FAULT_BUS", bus = "5", y = 80
Disturbance, time = 4.04, type = "CLEAR_FAULT_BUS", bus = "5"


