Is it possible to reference parameters in the engine file when they are defined in the starter file?
Answers
-
Hi, no, /PARAMETER are available for use only in the Starter
Parameterization is generally of far more utility in the starter since it may be used to shortcut or calculate values in an input of potentially millions of lines, and include files...
Since Engine files are (usually) short, the benefit of parameters would be limited I guess, though I see your point about how it would be useful to e.g. link a starter and engine value sometimes
I'll raise a ticket to look at it: edit: actually, one already existed, it was looked into extensively a few years ago, but not pursued further in the end. I've resurrected it for a review.
1 -
Paul Sharp_21301 said:
Hi, no, /PARAMETER are available for use only in the Starter
Parameterization is generally of far more utility in the starter since it may be used to shortcut or calculate values in an input of potentially millions of lines, and include files...
Since Engine files are (usually) short, the benefit of parameters would be limited I guess, though I see your point about how it would be useful to e.g. link a starter and engine value sometimes
I'll raise a ticket to look at it: edit: actually, one already existed, it was looked into extensively a few years ago, but not pursued further in the end. I've resurrected it for a review.
Ahh I see. Thank you Paul for looking into that!
0