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] cst solver not running through matlab

Status
Not open for further replies.

yattharth

Junior Member level 1
Joined
Sep 13, 2013
Messages
17
Helped
1
Reputation
2
Reaction score
1
Trophy points
3
Activity points
109
hi every1

i have been trying to run cst solver through matlab, but it just wont work nor it shows any error. the following code is being used:
Solver=invoke(mws,'Solver');
Solver.invoke('Method','Hexahedral');
Solver.invoke('CalculationType','TD-S');
Solver.invoke('StimulationPort','All');
Solver.invoke('StimulationMode','All');
Solver.invoke('SteadyStateLimit','-30.0');
Solver.invoke('MeshAdaption','False');
Solver.invoke('AutoNormImpedance','False');
Solver.invoke('NormingImpedance','50');
Solver.invoke('CalculateModesOnly','False');
Solver.invoke('SParaSymmetry','False');
Solver.invoke('StoreTDResultsInCache','False');
Solver.invoke('FullDeembedding','False');
Solver.invoke('SuperimposePLWExcitation','False');
Solver.invoke('UseSensitivityAnalysis','False');
release(Solver);

any suggestion what goes wrong with the above code
 

i was not using the following command:
Solver.invoke('Start');
the rest will just work fine
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top