[HFSS] Import a text file to HFSS
时间:03-25
整理:3721RD
点击:
Dear all,
I work with the hfss and I have a text file (*.txt) with the dimension + permittivity (epsilon) of objects.
Now there are 100 objects and I cannot create them from 1 to 100. So everyone who has the method to import them automatically can help me. Thank you.
I work with the hfss and I have a text file (*.txt) with the dimension + permittivity (epsilon) of objects.
Now there are 100 objects and I cannot create them from 1 to 100. So everyone who has the method to import them automatically can help me. Thank you.
Perhaps you can use the VB scripting to write a script that parses the text file and create the objects.
Dear flanello,
Could you tell me where I can learn writing a script? I cannot find any instruction. Thank you.
In HFSS go to help and there to Scripting Contents.
A good thing is to use Tools->Record Script to File. With that you can perform operations (like the creation of a box) and the commands are recorded to script file.
Thus you can see the required commands and can easily modify them.
Ya, I see. So I've found a HFSS toolbox for Matlab and I'm trying to do that. Thank you so much.
This is a link to download the toolbox: https://code.google.com/p/hfss-api/