IBM
Contents Index Previous Next



Performing "batch mode" Integrated-Simulation


The generated ETS for Integrated-Simulation may be started together with SDL Simulator in "batch mode" (Windows only). It reads the commands from the specified file and executes them one by one. For such execution start the TTCN ETS for Integrated-Simulation and as an argument in the command line you pass the name of the file containing the commands. The SDT Postmaster must be started before the TTCN Integrated-Simulator (the Postmaster is running in the background of the SDL Suite Organizer).

Example 221

TTCN_sim.exe simcommand.txt

The file with commands may contain any of the commands described in chapter above. It should contains 'run-SDL' command for starting the SDL simulator.

Example 222 : Contents of "simcommand.txt"

run-SDL sim_5918_smc.exe
SDL-command sta-it
SDL-command go
run test
quit

The Integrated-Simulator prints the result of the performed commands, Conformance Log, etc to stdout, it is also possible to redirect this output. The Final Verdict may be found in output between the <VERDICT> tags:

<VERDICT>
PASS
</VERDICT>

http://www.ibm.com/rational
Contents Index Previous Next