-
Notifications
You must be signed in to change notification settings - Fork 38
/
README
37 lines (31 loc) · 1.37 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
HFSS-MATLAB-SCRIPTING-API
=========================
Introdution
-----------
HFSS-MATLAB-API is a library toolbox to control Ansoft HFSS from MATLAB using
the HFSS Scripting Interface. This tool provides a set of MATLAB functions to
create 3D objects in HFSS by generating the required HFSS Scripts. Basically,
anything that can be done in HFSS user interface and the 3D Modeler can be
done with this library of functions. Once a script is generated in this
manner, it can be run in HFSS to generate the 3D model, solve it and export
the data. You create your entire design in MATLAB and basically use HFSS to
solve it.
Files:
------
All the files are organized in the following directories.
3dmodeler/ - contains m-files that generate VBScripts for the 3D-Modeler.
analysis/ - contains m-files for Analysis (Setup/Solve/Export).
boundary/ - contains m-files for setting up boundaries.
doc/ - contains the HTML documentation.
examples/ - contains example usage m-files.
general/ - contains files for operations such as File Open/Save/Close, and
Project Create/Save/Make Active etc.,
contrib/ - contains files contributed by several users. Please refer to the
individual files to know more about them.
For questions and comments, please contact me.
Author:
-------
Vijay Ramasami,
RSL, Univ. of Kansas,
Lawrence, KS, 66046.
E-Mail: [email protected], [email protected]