1 | initial version |
I am trying to run a bunch of simulations by varying the parameters of these models. I can just make multiple dyr files with these different parameters and feed them to the simulation loop. But i want to avoid that process and try to see if i can use psspy to automate the process.
For example, if i want to add a load model using psspy, i can just use:
psspy.addloadmodel()
If i want to add a machine related model, i can use:
psspy.addplantmodel()
Is there something similar for adding these models? These models are listed as 'Miscellanous other models' in the MODELS book, so i am not sure how to add these models to the system dynamics using psse.
2 | No.2 Revision |
I am trying to run a bunch of simulations by varying the parameters of these models. I can just make multiple dyr files with these different parameters and feed them to the simulation loop. But i want to avoid that process and try to see if i can use psspy to automate the process.
For example, if i want to add a load model using psspy, i can just use:
psspy.addloadmodel()
If i want to add a machine related model, i can use:
psspy.addplantmodel()
Is there something similar for adding these models? These models are listed as 'Miscellanous other models' in the MODELS book, so i am not sure how to add these models to the system dynamics using psse.psspy.