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
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.
update PyAEDT to account for oModule.ExportFieldsToFile
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: