We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
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)
Windows
3.7
pyaedt
The text was updated successfully, but these errors were encountered:
Samuelopez-ansys
Successfully merging a pull request may close this issue.
Before submitting the issue
Description of the bug
Bug in touchstone_parser. It looks like it has something to do with grpc. @Samuelopez-ansys
Steps To Reproduce
Which Operating System are you using?
Windows
Which Python version are you using?
3.7
Installed packages
pyaedt
The text was updated successfully, but these errors were encountered: