Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Double definition for parameter

Former Member
0 Likes
1,071

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

2 REPLIES 2
Read only

TSTOFFELS
Product and Topic Expert
Product and Topic Expert
0 Likes
802

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

Read only

AjayHS
Product and Topic Expert
Product and Topic Expert
0 Likes
802

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