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.

Find out what VBA objects do in CST

Status
Not open for further replies.

mallias

Newbie level 2
Joined
Dec 7, 2005
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,302
cst microwave studio vba objects

Using some examples i wrote a small code in VBA of CST microwave studio in order to calculate the SAR. I wrote here a part of the code. The program is running ok in a cst model i have made. I need to know what calculations do the object named "SAR" in order to give me the final result. Is there any way to see it or it is encrypted somewhere inside a dll file? Please help! Thanks

With SAR
.Reset
.PowerlossMonitor pwname + sExcit
Select Case CInt(Gr)
Case 0
.AverageWeight "1.0"
Case 1
.AverageWeight "10.0"
End Select
.EntireVolume True
.Create
End With
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top