simetrix.script.runCommand¶
- simetrix.script.runCommand(command: str, arguments: str | list[str] = '')¶
Runs a SIMetrix script or command.
- Parameters:
command (str) – SIMetrix script or command.
arguments (str) – Argument string to script or command
runCommand calls a SIMetrix command or script with the arguments passed as a literal string. Although this function can be used to call a SIMetrix script, the function
runScript()is usually much easier to use as it is able to pass individual data items as arguments.This function does not return a value