微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 微波和射频技术 > 电磁仿真讨论 > help in CST

help in CST

时间:03-23 整理:3721RD 点击:
I want to know if I can draw exponential function curve in the CST curve creation , because I want to know how I can get the planar metal with exponential function bounding in the vivaldi antenna simulation.who can tell me . thanks a lot !

Yes, it's possible

Macros -> Construction -> Create 2D curve analytical.
Then go to history and edit the macro like:

Dim xxx As Double, yyy As Double

For xxx = start To stop STEP 0.5

yyy = Exp(xxx)

.LineTo xxx , yyy
Next xxx

Then you need to pick end points and close the "polygon" for filling..
Don't know why but sometimes CST crashes during playing with 2D analytical curves :)

Rgz

eirp

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top