StartTest Method (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.
Type: XJLink
Namespace: XJTAG.Integration
Syntax
public void StartTest(XJLinkSelfTestCollection testCollection)
Parameters
- testCollection
Type: XJLinkSelfTestCollection
The collection of self tests available to be run on the XJLink. Tests in the collection with the ToRun property set to true will be run.
Exceptions
- RuntimeException
There was an error in testing.
Remarks
Before running the XJLink test please ensure that all hardware is removed from the XJLink.
If you set the loop back test to run ensure that you have the required loopback cable connected to your XJLink.
XJTAG v4.2.5
