Test Method (XJLinkSelfTestCollection)

Tests the XJLink hardware associated with this instance for any faults. Runs the tests in the test collection for which the ToRun property is true.

Type: XJLink

Namespace: XJTAG.Integration

Syntax

public bool Test(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.

Return Value

bool

true if the XJLink tests pass, false otherwise.

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.