kato01
Full Member level 2
hello
I am in Matlab in a loop where I have to call HFSS. I need to:
1. load a project file,
2. change some variables values
3. run the optimization in it
4. export results
5. save project
I have this Matlab routine I wrote (mostly guessing) and the HFSS test project file attached.
Questions:
1. It looks like when the directory string includes spaces, it won't work. Is this true?
2. I can't get line 12 & 13 to work. Is the syntax correct?
oDesign = oProject.SetActiveDesign('HFSSDesign1')
oModule = oDesign.GetModule('Optimetrics')
Please let me know if this can be done at all. I spent too much time guessing.
Thanks
Katto01
I am in Matlab in a loop where I have to call HFSS. I need to:
1. load a project file,
2. change some variables values
3. run the optimization in it
4. export results
5. save project
I have this Matlab routine I wrote (mostly guessing) and the HFSS test project file attached.
Questions:
1. It looks like when the directory string includes spaces, it won't work. Is this true?
2. I can't get line 12 & 13 to work. Is the syntax correct?
oDesign = oProject.SetActiveDesign('HFSSDesign1')
oModule = oDesign.GetModule('Optimetrics')
Please let me know if this can be done at all. I spent too much time guessing.
Thanks
Katto01