‎2011 Sep 23 7:27 PM
All,
While creating an ecatt test script I am getting the error "Double definition for parameter". Can anyone help on how to resolve this error?
Thanks,
Sean
‎2011 Oct 13 12:47 PM
I'd assume you have defined 2 paramters having the same name. You can only have 1 parameter of any name.
To resolve your problem, open the script, go to the paramters section of the "Editor" Tab and delete all but one version of the parameter in question.
Regards, Thomas
‎2011 Oct 26 11:15 AM
Hello,
The error is due to the double definition of the parameter in the parameter list , meaning there are two parameters with the same name which is not possible so delete on parameter with the same name.
This should solve the problem.
Thanks
Ajay