GetChainRunner Method (XJLink)

Gets a ChainRunner instance for the specified XJLink that allows the chain to be run and controlled for this project. If the project uses dynamic chains the default profile is used.

Type: AnalyserProject

Namespace: XJTAG.Integration.XJAnalyser

Syntax

public ChainRunner GetChainRunner(XJLink xjlink)

Parameters

xjlink

Type: XJLink

The XJLink to use to run the chain.

Return Value

ChainRunner

A ChainRunner instance for this project.

Exceptions

ProjectException

No valid XJLink licence to run the project.

ProjectException

The project uses dynamic chains and the default profile is not available in the current variant.

RuntimeException

The XJLink was already in use.

System.ObjectDisposedException

The AnalyserProject has already been disposed.