next up previous contents 5
Next: Obtaining operation results Up: General DCS Scripting Commands Previous: Using Operations   Contents

Starting an operation

There are two forms of the command used to start operations:

start_operation          operationName [arg1 [arg2 [arg3 [...]]]]
start_waitable_operation operationName [arg1 [arg2 [arg3 [...]]]]

Both of these commands start the operation, but the start_waitable_operation will return a operation handle. This handle should be stored in a TCL variable and can be used later to obtain the results of the operation as discussed in Obtaining operation results.

The number of needed arguments depends upon the operation that is being called.

Examples:


next up previous contents 5
Next: Obtaining operation results Up: General DCS Scripting Commands Previous: Using Operations   Contents
Scott McPhillips 2011-07-06