Adding Measurement Limits to a Dynamically Created Multiple Numeric Limit Test

Updated Nov 5, 2021

Reported In

Software

  • TestStand

Issue Details

I am dynamically creating TestStand steps and sequences using the TestStand API. Is it possible to add measurement limits to a multiple numeric limit test when I am doing this?

Solution

When programmatically creating multiple parameters for the TestStand step, add the [IsLimit] flag (x1000) on the variables that should be set as limits.
renditionDownload.png