Show / Hide Table of Contents

--run

Runs a Scenario.

Syntax

--run [argument, argument, ...]

Arguments

--lib=name

The Library file name.

--sid(s)=id(s)

The ID(s) of the scenario to run.

--jobs=num

The number of jobs to run. If omitted, the Library configuration will be used to determine the number of jobs.

--trx

The name of the Transformer to run. If omitted, all Transformers will be run.

--noextfiles

Don't copy external files to child job folders. The default is to copy the files.

--inpl

Runs the Scenario "in place" meaning that a result Scenario is not created.

Warning

Use the --inpl argument with care. Running a transformer against an existing Scenario may damage data or generate unexpected output.

--verbose

Prints status messages received from stdout.

Examples

Run Scenario 123 in Library "test.ssim":

SyncroSim.Console.exe --lib=test.ssim --sid=123

Run Scenario 123 in Library "test.ssim" using 3 jobs:

SyncroSim.Console.exe --lib=test.ssim --sid=123 --jobs=3

Run Scenario 123 and 456 in Library "test.ssim":

SyncroSim.Console.exe --lib=test.ssim --sids=123,456
In This Article
Back to top Copyright 2007-2022 Apex Resource Management Solutions Ltd.
Generated by DocFX