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.

Can I draw exponential function curve in CST curve creator?

Status
Not open for further replies.

xxgcatz

Member level 2
Joined
Feb 19, 2004
Messages
49
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
492
help in CST

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 !
 

Re: help in CST

xxgcatz said:
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
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top