Read-only |
About Limit Testing |
Description |
Returns the results of limit testing for the measurement. |
VB Syntax |
testFailed = meas.LimitTestFailed |
Variable |
(Type) - Description |
testFailed |
(boolean) Variable to store the returned value False - Limit Test Passed |
meas |
A Measurement (object) |
Return Type |
Boolean |
Default |
False returned if there is no testing in progress. |
Examples |
Dim testRes As Boolean |
C++ Syntax |
HRESULT get_LimitTestFailed(VARIANT_BOOL* trueIfFailed) |
Interface |
IMeasurement |