Package schrodinger :: Package ui :: Module appframework :: Class StartDialogParams
[hide private]
[frames] | no frames]

Class StartDialogParams

object --+
         |
        StartDialogParams

A collection of parameter values from the StartDialog class.

Instance Methods [hide private]
 
__init__(self, jobname=None, proj=None, disp=None, host=None, localdriver=None, remotedriver=None, cpus=1, njobs=None)
Initialize.
 
commandLineArgs(self, include_njobs=True)
Convert this set of start dialog parameters into the canonical jobcontrol command line argument list.
 
commandLineOptions(self)
Convert this set of start dialog parameters into the canonical jobcontrol command line options.

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, jobname=None, proj=None, disp=None, host=None, localdriver=None, remotedriver=None, cpus=1, njobs=None)
(Constructor)

 

Initialize. The defaults are used for options that were not requested njobs is not currently used as there is no uniform way to set it

Overrides: object.__init__

commandLineOptions(self)

 

Convert this set of start dialog parameters into the canonical jobcontrol command line options. NOTE: Does NOT export NJOBS for backward compatability.