Now there is a Feeder Process, a 3000L, and a Process Node, how to use the python api to achieve the following effects? Connect them
Process modeling related tasks start from the vcProcessController. Example to get started:
sim = getSimulation()
process_controller = sim.ProcessController
transport_system = process_controller.TransportSystem
flow_group_manager = process_controller.FlowGroupManager
flow_table = process_controller.FlowTable2
I can only write this step, and I don’t know how to write the next step
I can only write this step, and I don’t know how to write the next step