05-23-2019 08:02 AM
Hello,
for compatibility reasons with an older version of a sequence i want to create a variable - let's say Locals.REF which would point to another object ORIG and would behave exactly as if it was ORIG - i.e. getting value of REF would give value of ORIG and setting value to REF would update ORIG.
Is that possible in Teststand?
Thank you!
Solved! Go to Solution.
05-24-2019 03:27 AM
... SetPropertyObject() with the PropOption_NotOwning is what i was looking for. PropOption_NotOwning creates an 'alias object'.