Looking to set Parameter value with Python. Am I using the correct command?

Aaand I’ve found the problem. My code above is attempting to redefine the ‘Comments’ value from the dictionary “Parameters” and it cannot do that because it is built in. The correct code is below:

ELM.SetParameterByName("Comments", "A")

6 Likes