Hello
I am rewriting a program in teststand and am about to use the
ATS.Sweep.Data.Limits-Method.
Syntax ATS.Sweep.Data(ByVal Number As Integer).Limits(ByVal
PathName As String, ByVal Column As Integer, ByVal Upper As Boolean)
Where Number is the data, from 1-6. But I can\t submit any parameter
of this sort from teststand. It is missing.
On the other hand in this method:
Syntax ATS.Compute.Normalize.Data(ByVal Source As Integer)
I can submit 1-6 as intended.