- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
cst solver not running through matlab
录入:edatop.com 点击:
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 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
申明:网友回复良莠不齐,仅供参考。如需专业解答,请学习易迪拓培训专家讲授的CST视频培训教程。
上一篇:CST script for multiple siquential simulation
下一篇:Accessing input output of CST using MATLAB and optimization implementation in MATLAB