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_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 v"+ cmj.VERSION
  SHORT_USAGE = ...
  LONG_USAGE = ...
  TOPIC = {"@deprecated": ...
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 <file>.msj} {<file>.cms|<file>.ma\
e}

...

LONG_USAGE

Value:
"""
Multisim workflow program

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

...

TOPIC

Value:
{"@deprecated": """
The following options have been deprecated in this release and will be\
 removed
in the future:
  -r            Use -RESTART instead.
  -i            Specify the input structure file without the '-i' flag\
.
  -host         Use -SUBHOST instead.
...