Hi All,
In my model I have several spring elements of type SPRING2 and SPRINGA. Let's say, I want to select only SPRING2 elements and mask them and I want to automate this task using TCL. (I am using HyperMesh Desktop 2017.3)
So first, I did this task manually by going to mask command and selected elements by config as shown below:

After this I went to command.tcl file and I got code written like:
But, when I searched the Altair documentation for selecting elements by config, I found this:

So, in the command window of Hypermesh desktop 2017.3 I typed:
*createmark elements 1 "by config type" type=SPRINGA
But it is not storing any elements in the mark. Can anyone help me with this? It would be very helpful !!
Thank you!