A Queue object tells the job where and how to submit a job remotely. A Queue object can be used as the queue argument to the Job method.
import job session.queues[name]
This method creates a Queue object.
Note: Remote queues are available only on Linux platforms.
session.Queue
Required arguments
A String specifying the name of the new Queue object.
A String specifying the name of the remote analysis queue.
Optional arguments
A String specifying the name of the remote host. The default value is an empty string.
A Boolean specifying if the results files are to be copied from the remote machine to the local machine. The default value is ON.
A String specifying the remote location for the execution of the simulation. The default value is an empty string.
A String specifying the designation of the remote driver. The default value is "abaqus".
A SymbolicConstant specifying the type of operating system on the remote machine. The default value is Linux.
A list of Strings specifying the files to be copied from the remote location to the local machine, or ALL. Strings specified in a list are the extensions of the job files that will be copied, such as ('log', 'dat', 'msg', 'sta', 'odb'). The default value is ALL.
A Boolean specifying whether remote files are to be deleted after they are copied to the local machine. The default value is OFF.
A String specifying a description of the queue. The default value is an empty string.
Return value
A Queue object.
Exceptions
If fileCopy=ON and hostName is empty:
If fileCopy=ON and directory is empty:
The Queue object has members with the same names and descriptions as the arguments to the Queue method.