Read-only |
About Limit Testing |
Description |
Returns the result of limit line testing. There are three ways to use this command:
Note: In 'strongly-typed' languages such as C#, all parameters must be specified. |
VB Syntax |
testRes = limts.GetTestResult [start,size] |
Variable |
(Type) - Description |
testRes |
(enum NALimitTestResult) - A dimensioned variable to store test results. If a limit line is not tested, a PASS is returned. 0 - naLimitTestResult_None |
limts |
A LimitTest (object) |
start |
(long) - Optional argument. A start data point number to return limit test results. |
size |
(long) - Optional argument. Number of data points from start to return limit test results. |
Return Type |
Long Integer |
Default |
Not Applicable |
Examples |
Dim testRes As NALimitTestResult |
C++ Syntax |
HRESULT GetTestResult(long lStart, long lSize, tagNALimitTestResult *pVal) |
Interface |
ILimitTest |