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.

CST VBA linking blocks

Status
Not open for further replies.

thorin

Newbie level 2
Joined
Jun 1, 2011
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,294
Hi to all

As part of a circuit set-up i'm trying to link a capacitor and a ground block by using these commands:

With Link
.Reset
.SetSourcePortFromBlockPort("CAP4","1",False)
.SetTargetPortFromBlockPort("GND9","1",False)
.Create
End With

Everytime CST says it's unable to access the Ground port.
Both blocks are yet unlinked to any other element and i tried every combination of True/False and Source/Target.
Please let me know what i'm doing wrong.

Thanks!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top