FasterCapObject.Run

boolean FasterCapObject.Run(BSTR commandLine)

Return Value

True if FasterCap was able to start a simulation, false otherwise.

Notes:

A reason why FasterCap could not be able to start a simulation is that a simulation is already running. You can try to stop FasterCap before retrying and / or poll FasterCap status.

Parameters

commandLine

A string containing a FasterCap command line, as would be given from a shell console.

Example:

FasterCapObject.Run("-lspheres.lst -o3")

Remarks

Runs a simulation.

See Also

FasterCap Automation Overview | IsRunning Property | Stop Method