Skip to content

Tuple Concatenation Error in create_group Method on PyAEDT 0.9.11 #5058

Closed Answered by Samuelopez-ansys
mchoi327 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @mchoi327 ,

I am using Python 3.10 and Pyaedt v0.10.0, and it works for me:

from ansys.aedt.core import Icepak

aedtapp = Icepak(version="2024.2")

solids = ["Box1", "Box2"]

ps_group_name = f"PS_Group_2"

ps_group = aedtapp.modeler.create_group(objects=solids, group_name=ps_group_name)


aedtapp.release_desktop(False, False)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mchoi327
Comment options

Answer selected by mchoi327
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants