AR# 38699: iMPACT - How to use Multiple USB Cable management in batch mode?
AR# 38699
|
iMPACT - How to use Multiple USB Cable management in batch mode?
Description
Multiple USB Cable management is available beginning with iMPACT version 10.1. How to use this feature in iMPACT batch mode?
Solution
From ISE 10.1 Service Pack 3, multiple USB cables can be controlled from an iMPACT batch (.cmd) file. Below is an example to switch between two different USB cablesattached tothe same computer:
setmode -bs
setCable -port usb21 [-baud 750000]
identify
readidcode -p 1
...
...
[closecable]
setCable -port usb22 [-baud 6000000]
identify
assignfile -p 1 -file xxx
...
...
[closecable]
exit
For how to run Multiple USB Cable management in iMPACT GUI, please refer to DS593 -> Multiple USB Cable Management: