Using predefined derived classes

The following example illustrates the instantiation of some predefined derived classes and their insertion into the queues dictionary:

    run_mode = BATCH
    from driverQueues import *
    queues['atq']    = AtQueue()
    queues['batchq'] = BatchQueue()
    queues['hold']   = HoldQueue()
To submit an analysis using one of the queues, specify the queue name as the value for the analysis execution procedure queue parameter.