state space model of the system #297
Unanswered
frostyduck
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@frostyduck PowerSimulationsDynamics isn't built to return A, B, C, D matrices easily. This would be a feature request. For your use case, you can use the perturbation described here https://nrel-siip.github.io/PowerSimulationsDynamics.jl/stable/api/public/#PowerSimulationsDynamics.BranchImpedanceChange PowerSimulationsDynamics.jl is built to handle perturbations via callbacks. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I construct a state space model of the system (matrix A,B,C,D) using PowerSimulationsDynamics.jl? Just I want to change a branch impedance in one line with of a power system with step 0.001 from 0 to 0.95 (using BranchImpedanceChange) in order to get sequence of ABCD matrices.
Beta Was this translation helpful? Give feedback.
All reactions