Greg Baethge
Ansys Employee
HiArray,nThanks for posting your question. The model object is a bit particular, to reference it in select or in setnamed, you need to use ::model. For example:nsetnamed(::model, prop, value);nI hope this will help!n