SetJTAGDeviceAndConnect Method
This function is used to isolate a single target JTAG device in a JTAG chain and connect to it.
Syntax
object.SetJTAGDeviceAndConnect( _
[ nDevicesBeforeTarget As Long, ]_
[ nDevicesAfterTarget As Long, ] _
[ IRBitsBeforeTarget As Long, ] _
[ IRBitsAfterTarget As Long ] _
)
Parameters
nDevicesBeforeTarget
A Long number of devices in the JTAG chain before the target device.
The default is '0'.
nDevicesAfterTarget
A Long Number of devices in the JTAG chain after the target device.
The default is '0'.
IRBitsBeforeTarget
The sum (Long) of instruction register bits in the JTAG chain before the target device.
The default is '0'.
IRBitsAfterTarget
The sum (Long) of instruction register bits in the JTAG chain after the target device.
The default is '0'.