- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
CST MICROWAVE STUDIO Material change by Matlab
录入:edatop.com 点击:
Hi,
we can creat a brick in CST by matlab with bellow MATLAB codes. But I want to load from CST material Library other materials for instance "FR-4 (lossy)" or "Copper (annealed)" . Do you know how can use "FR-4 (lossy)" or "Copper (annealed)" ?
If I write invoke(brick, 'Material', 'FR-4 (lossy)') matlab error is;
Matlab Code for material -->PEC
we can creat a brick in CST by matlab with bellow MATLAB codes. But I want to load from CST material Library other materials for instance "FR-4 (lossy)" or "Copper (annealed)" . Do you know how can use "FR-4 (lossy)" or "Copper (annealed)" ?
If I write invoke(brick, 'Material', 'FR-4 (lossy)') matlab error is;
Matlab Code for material -->PEC
Code:
brick = invoke(mws, 'Brick'); % create a brick in MWS invoke(brick, 'Reset'); invoke(brick, 'Name', 'Brick1'); invoke(brick, 'Component', 'component1'); invoke(brick, 'Xrange', '-50', '50'); invoke(brick, 'Yrange', '-40', '40'); invoke(brick, 'Zrange', '0', '1'); invoke(brick, 'Material', 'PEC'); invoke(brick, 'Create'); % ... possibly create other bricks here %Note: if several bricks need to be created, the pair of commands , % brick = invoke(mws'Brick') and release(brick) only need to be issued once. release(brick);
申明:网友回复良莠不齐,仅供参考。如需专业解答,请学习易迪拓培训专家讲授的CST视频培训教程。
上一篇:help simulation of fss in cst 5 pls?
下一篇:how to define ports in CST/HFSS for this loop antenna?