Hi all,
I've been banging my head against the wall on this and I'm wondering if anyone can help me out.
I'm writing a TestStand plugin that uses the "Model Plugin - OnTheFly Step Results" entry point.
What I'm trying to do is iterate over each element in Parameters.Results and check for the presence of an additional result with a specific name. Say for example, "SpecialAdditionalResult". Then I want to retrieve the value of "SpecialAdditionalResult".
I've gotten as far as
Parameters.Results[Locals.i].GetPropertyObject("AdditionalResults",0)
...but then once I have the property object, how do I access an additional result by name?
I'm thinking it has to be something simple that I'm missing...
Thanks very much,
Mr. Jim