Package schrodinger :: Package application :: Package desmond :: Module multisimstartup :: Class Help
[hide private]
[frames] | no frames]

Class Help

object --+
         |
        Help

Instance Methods [hide private]
 
__init__(self, app_name)
x.__init__(...) initializes x; see help(type(x)) for signature
 
print_help(self, topic=None)
Print help information.
 
print_version(self)
Prints version information.

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

Class Variables [hide private]
  LONG_USAGE = '\nMultisim workflow program\n\nUsage:\n* To run ...
  SHORT_USAGE = '\nMultisim workflow program\n\nUsage:\n* To run...
  TOPIC = {'@-ADD_FILE': '\nIf your workflow needs additional in...
  VERSION = 'multisim v3.8.5.19'
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, app_name)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__

Class Variable Details [hide private]

LONG_USAGE

Value:
'''
Multisim workflow program

Usage:
* To run a new job:
  _APPLICATION_NAME_ [<options>] {-m <file>.msj} {<file>.cms|<file>.ma\
e}

...

SHORT_USAGE

Value:
'''
Multisim workflow program

Usage:
* To run a new job:
  _APPLICATION_NAME_ [<options>] {-m <file>.msj} {<file>.cms|<file>.ma\
e}

...

TOPIC

Value:
{'@-ADD_FILE': '''
If your workflow needs additional input files to run, you can specify \
these
input files after the -ADD_FILE flag. You can repeat the -ADD_FILE fla\
g multiple
times with each one followed by one file so to include all necessary f\
iles. All
the input files will be automatically copied to the host of the master\
...