Pass arguments to IDV with runrspnsfile
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
how to pass the string argument? for example, psspy.runrspnsfile("'Plot_Test_U1.idv', '274656', '1','ByronGenerating','U1','BYRON ;1U25.000','270694'")