Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug located in touchstone_parser #3883

Closed
2 tasks done
hui-zhou-a opened this issue Nov 15, 2023 · 0 comments · Fixed by #3892
Closed
2 tasks done

Bug located in touchstone_parser #3883

hui-zhou-a opened this issue Nov 15, 2023 · 0 comments · Fixed by #3892
Assignees
Labels
bug Something isn't working

Comments

@hui-zhou-a
Copy link
Contributor

hui-zhou-a commented Nov 15, 2023

Before submitting the issue

  • I have searched among the existing issues
  • I am using a Python virtual environment

Description of the bug

Bug in touchstone_parser. It looks like it has something to do with grpc. @Samuelopez-ansys

File "C:\ansysdev\pycharm_projects\pyaedt\pyaedt\generic\grpc_plugin.py", line 124, in Invoke
raise GrpcApiError("Failed to execute grpc AEDT command: {}".format(funcName))
pyaedt.generic.general_methods.GrpcApiError: Failed to execute grpc AEDT command: deepcopy

Steps To Reproduce

from pyaedt import Hfss3dLayout

aedtapp = Hfss3dLayout(r"Project_VHI.aedt",
                       specified_version="2023.2",
                       non_graphical=False, new_desktop_session=False)

tc_data = aedtapp.get_touchstone_data("Setup1")[0]
tc_data.plot_return_losses()

tc_df_data = tc_data.get_mixed_mode_touchstone_data()
tc_df_data.plot_return_losses()

aedtapp.release_desktop(True, False)

Which Operating System are you using?

Windows

Which Python version are you using?

3.7

Installed packages

pyaedt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants