Hi,
I am trying to develop an application that co-simulates multiple Multisim circuits in a LabVIEW application.
As of now I am successful in running only 4 circuits at a given instance, but I need to run around 300 circuits in a single application, all the circuits has to run continuously as each one is dependent on the other.
On trying to run 5 or more circuits, the system fails to assign resource(cpu) to the background Multisim processes.
May I know a better approach to solve this issue?
Thank You.