problem with running a cst macro with matlab
时间:03-30
整理:3721RD
点击:
Hi all
I have written a Matlab function to start a global macro 'single_ports' on a cst disign project. Basically it looks like this:
oCSTApp = actxserver('CSTStudio.Application');
oMWSProject = invoke(oCSTApp,'OpenFile',projectname);
invoke(oMWSProject,'RunMacro','single_ports');
Matlab throws that there's a internal error in CST right after invoking 'RunMacro'. But it's tough to examine since the macro will run pretty fine if I start it within CST.
Has anybody any idea?
I have written a Matlab function to start a global macro 'single_ports' on a cst disign project. Basically it looks like this:
oCSTApp = actxserver('CSTStudio.Application');
oMWSProject = invoke(oCSTApp,'OpenFile',projectname);
invoke(oMWSProject,'RunMacro','single_ports');
Matlab throws that there's a internal error in CST right after invoking 'RunMacro'. But it's tough to examine since the macro will run pretty fine if I start it within CST.
Has anybody any idea?
- CST Postprocessing of multiple S-parameters (single frequency parameter extraction)
- Shielding Simulation in CST
- Illegal usage of S-Matrix, No impedance found error in cst
- Line impedance in CST
- CST dual polarized H-slot antenna is very well matched but has poor total efficiency
- CST Matlab Interface, Export Far Field Result Automatically