Skip to content

Analyze Blocking Argument and Timeouts #3760

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

You must be logged in to vote

Hi @nick-ra,

I can not reproduce the issue. With the attached project:

Maxwell3D.zip

I opened and then I run this code:

from pyaedt import Maxwell3d

aedt_version = '2023.2'

hfss = Maxwell3d(specified_version=aedt_version, designname="1_Magnetic")

hfss.analyze("Setup1", num_cores=6, num_tasks=6, num_gpu=0, use_auto_settings=False, blocking=False)

hfss.release_desktop(False, False)

I am using PyAEDT v0.7.1

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@nick-ra
Comment options

@Samuelopez-ansys
Comment options

@nick-ra
Comment options

Answer selected by Samuelopez-ansys
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