First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Hi, I've used runrspnsfile() alot thus far but now I have some scripts that need arguments passed to them. Normally one does this in the idv itself like so:
BAT_CASE, %1%
@input parm.idv
where %1% is the first argument and it can accept up to 9 arguments.
How does one mimic this behavior using
psspy.runrspnsfile("parm.idv")
Thanks