Testing feature not enabled when using Pyaedt and Maxwell

When running Ansys Maxwell using Pyaedt, I get thousands of these errors. The errors themselves are not really a big issue however I also sometimes get a pop-up with a warning: Testing not enabled. This pop-up blocks any further simulations that are executed by Pyaedt. How do I enable the testing feature or get rid of these messages/pop-ups?

Answers

  • DevinCrawford
    DevinCrawford Member, Employee Posts: 10
    First Anniversary Ansys Employee Photogenic Name Dropper
    ✭✭✭

    Hi.
    I think the error message is triggered by something other than PyAEDT. In order to help understand the problem could you please share the following information?

    • Version of PyAEDT
    • Version of Electronics Desktop
    • The script or lines of code that cause this error message to be displayed.
    • The log file created by PyAEDT.

    Thanks!

  • JvLuenen
    JvLuenen Member Posts: 2
    First Comment
    **

    Hi Devin,

    Here is the information you requested:
    PyAEDT version: 0.7.4
    Electronics desktop version: 211, 231 and 241
    Line of code that causes the error: maxwell[key] = str(geometry[key]) + 'mm'
    This line changes the value of a project variable in ansys
    Where should I able to find the log file?

  • Samuel Lopez
    Samuel Lopez Member, Employee Posts: 22
    5 Answers 10 Comments First Anniversary Ansys Employee
    ✭✭✭✭

    Hi @JvLuenen ,

    Does it appear in all AEDT versions?

    I think you first should update to the latest PyAEDT version (0.9.9)

    Do you have any beta features enabled? This warning message appears when you have beta features, PyAEDT uses some of them, but it is the first time I see this warning triggered from PyAEDT.

    Please attach a simple code and a project to reproduce the issue.

    Thanks