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

Export Nearfield #5528

Open
58Bahram opened this issue Dec 4, 2024 · 0 comments
Open

Export Nearfield #5528

58Bahram opened this issue Dec 4, 2024 · 0 comments
Labels
enhancement New features or code improvements

Comments

@58Bahram
Copy link
Contributor

58Bahram commented Dec 4, 2024

Description of the feature

exporting a nearfield from nearfield setup it is not possible in PyAEDT. This corresponds to

oModule.ExportFieldsToFile(
[
"ExportFileName:=" , f"D:\ansysdev\PY\AEDT_examples\BOX.nfd",
"SetupName:=" , "BOX",
"IntrinsicVariationKey:=", "Freq='10GHz'",
"DesignVariationKey:=" , "",
"SolutionName:=" , "Setup2 : LastAdaptive",
"Quantity:=" , "E",
"ExportInLocal:=" , False,
"ExportANDFile:=" , False
])

the advantage is that with this all the field components can be exported as .nfd at once.

Steps for implementing the feature

update PyAEDT to account for oModule.ExportFieldsToFile

Useful links and references

No response

@58Bahram 58Bahram added the enhancement New features or code improvements label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements
Projects
None yet
Development

No branches or pull requests

1 participant