Song,
I have a type defined in TestStand, and the reference I'm looking at will store a propobj of this type at runtime. I'd like to directly access the properties within this type using the intellisense rather than typing out the entire string with an API call for a few reasons:
A) I can more-easily insert array element variables into it
B) I can verify that the string format is correct as I'm building it
amongst others...
Anyway, I did find out something that'll work for me: If I have a station global reference populated with a ref to the desired property object, I can use the intellisense to access all properties within that propertyobject. Although this does cause TestStand to think that my formula is invalid when the ref isn't populated, I can work with this.
Thanks,
Carl
-Carl
CLA/CTA