StartTest Method (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.
Type: XJLink
Namespace: XJTAG.Integration
Syntax
public void StartTest(bool runLoopBackTest)
Parameters
- runLoopBackTest
Type: bool
if set to
true the loop back test is 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
