Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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