StartTest Method Overloads
| Method | Description |
|---|---|
| StartTest(bool) | Starts testing the XJLink hardware associated with this instance asynchronously. To receive events containing output from tests, handle the SelfTestOutputGenerated event; when tests have complete, the full output is available through the SelfTestOutput property. |
| StartTest(XJLinkSelfTestCollection) | Starts testing the XJLink hardware associated with this instance asynchronously. Runs the tests in the test collection for which the ToRun property is true. To receive events containing output from tests, handle the SelfTestOutputGenerated event; when tests have complete, the full output is available through the SelfTestOutput property. |
| StartTest(bool, XjtagOutputBox) | Starts testing the XJLink hardware associated with this instance asynchronously. Output from the tests will be displayed on the specified XjtagOutputBox. To receive events containing output from tests, handle the SelfTestOutputGenerated event; when tests have complete, the full output is available through the SelfTestOutput property. |
| StartTest(XJLinkSelfTestCollection, XjtagOutputBox) | Starts testing the XJLink hardware associated with this instance asynchronously. Runs the tests in the test collection for which the ToRun property is true. Output from the tests will be displayed on the specified XjtagOutputBox. To receive events containing output from tests, handle the SelfTestOutputGenerated event; when tests have complete, the full output is available through the SelfTestOutput property. |
XJTAG v4.2.5
