ScrSetNumCpusToUse

Sets the number of CPUs (cores) to use during simulation.

UI Command:   Simulation > Options. Click Multiprocessing. Select the Number of CPUs to use when computing solution.
Syntax:   obj.ScrSetNumCpusToUse(<numCpus>)
Parameters:  

INT numCpus

Return Value:  

None.

VB Example:  

obj.ScrSetNumCpusToUse 4

IPY Example:  

oDoc.ScrSetNumCpusToUse(4)