-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,15 @@ | ||
This folder contains an update of the MATLAB-HFSS API described in the following publication: | ||
This folder contains an update version of the MATLAB-HFSS API described in the following publication: | ||
Giannetti, G. (2023). Improved and easy-to-implement HFSS-MATLAB interface without VBA scripts: an insightful application to the numerical design of patch antennas. The Applied Computational Electromagnetics Society Journal (ACES), 377-381. | ||
|
||
In particular, the second preliminary step indicated in the above publication is now automatically perfomed. This speeds up the preparation of the preliminary steps and reduces accidental errors. | ||
In particular, the second preliminary step indicated in the above publication is now automatically performed. This improvement speeds up the preparation of the preliminary steps and reduces accidental errors. | ||
The only step that must be performed manually is the extraction of both project and design variables from HFSS. | ||
|
||
For further details, see HFSS_MATLAB_interface.m | ||
|
||
The only files that are needed to launch the simulations are: | ||
Base.aedt | ||
BaseNoSignposts.txt | ||
VariablesDesign.txt | ||
VariablesProject.txt | ||
|
||
All the other files are generated after launching the API. |