Package schrodinger :: Package application :: Package desmond :: Package starter :: Package ui :: Module multisim :: 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_version(self)
Prints version information.
 
print_help(self, topic=None)
Print help information.

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

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

SHORT_USAGE

Value:
'''
Multisim workflow program

Usage:
* To run a new job:
  _APPLICATION_NAME_ [<options>] -m <workflow.msj> <data-files...>

* To restart a previous job:
...

LONG_USAGE

Value:
'''
Multisim workflow program

Usage:
* To run a new job:
  _APPLICATION_NAME_ [<options>] -m <workflow.msj> <data-files...>

* To restart a previous job:
...

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\
...