Hi,
I'm facing an issue regarding #NoValidation() function of TestStand.
Indeed, despite using #NoValidation(), TestStand evaluates my parameter (which is a string parameter)
Here is my expression:
#NoValidation(Evaluate("Enums.OMAP_Fields." + FileGlobals.Parameters.Calculated.EqZonesTemp))
When I run the simulation, no problem. The Evaluate() works properly, and the simulation runs correctly.
The problem comes from the last "." of the "Enums.OMAP_Fields."
Do you have any solution in order to have the function #NoValidation() which works in my case?
Thanks.