Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] problem with running a cst macro with matlab

Status
Not open for further replies.

thorin

Newbie level 2
Joined
Jun 1, 2011
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,294
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?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top