10-22-2018 06:50 AM
Hello,
Can I set the variable to NaN with VBA? For example in such case: qStep.AsPropertyObject.SetValNumber "Limits.High", 0, "NaN".
11-13-2018
06:22 AM
- last edited on
11-04-2024
06:03 PM
by
Content Cleaner
Hi,
you can use NaN.
https://www.ni.com/docs/en-US/bundle/teststand/page/special-constant-values.html
NaN is a valid option here.
Best wishes