CurrentInstruction Property

Gets or sets the current JTAG instruction for this device. If the chain is not running, this is the mode that the device will be put into when the chain is started. See AvailableInstructions for the collection of instructions which this device can be put into.

Type: Device

Namespace: XJTAG.Integration.XJAnalyser

Syntax

public JtagInstruction CurrentInstruction { get; set; }

Exceptions

RuntimeException

The given JtagInstruction is not available on this device.

Remarks

When changing the instruction from EXTEST to another instruction, values being driven through this device will no longer be driven. However, if the device is later put back into EXTEST, it will remember what was being driven previously and re-apply the same drive values.