SoftReset Method

Resets pin states to initial values, but without stopping the chain. If the chain was running, it will continue to do so; if it was paused it will be scanned once in order to set the values back to their initial ones and will then re-enter the paused state. Any Test Reset sequence will not be re-applied.

Type: ChainRunner

Namespace: XJTAG.Integration.XJAnalyser

Syntax

public void SoftReset()

Exceptions

RuntimeException

The chain is currently in the Stopped state.

System.ObjectDisposedException

The ChainRunner has already been disposed.