I want to pass variables (strings and numbers) such as lowlimit,highlimit,
TestTitle, measurement, and array_index from the multipleNumericlimit
test(on the TestStand side of the application) to associated variables
on a CVI code module. Is there a way to store those strings/numbers
and then easily pass them back and forth from the CVI side? I have
tried several functions in TS_Propertyfamily and have only been able to pass measurement values. Is there some example code I can look at?