StartTest Method (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.

Type: XJLink

Namespace: XJTAG.Integration

Syntax

public void StartTest(bool runLoopBackTest, XjtagOutputBox outputBox)

Parameters

runLoopBackTest

Type: bool

if set to true the loop back test is run.

outputBox

Type: XjtagOutputBox

The control that displays test output.

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.