Inserting Components with python

Can you bring in components from the eCatalog using Python?
I couldn’t find anything like this in pythong docs.

for example I have 20 parts in my 3d world.
I want to create product type for each
(I already implemented this with python)

and then I want to create a feeder for each. This is what I haven,t figured out.

You can use part = vcApplication.load() to load components from eCatalog to simulation.
You can then assign the part to some feeder. One way is to use the Create statement in process modeling.
There should be Python API to access that in Visual Components 4.3.

1 Like