Package windSimSuite :: Package interface :: Module main :: Class PyMBDynFile
[hide private]

Class PyMBDynFile

source code

mbdyn.main.PyMBDynFile --+    
                         |    
          main.PyMBDynFile --+
                             |
                            PyMBDynFile

The container file that will set a Simulation instance suited for graphical interaction.

Instance Methods [hide private]
 
__init__(self, name, mode='r', path='.', autoload=True) source code

Inherited from mbdyn.main.PyMBDynFile: add, close, get_simu, get_simu_id, load, write

Method Details [hide private]

__init__(self, name, mode='r', path='.', autoload=True)
(Constructor)

source code 
Overrides: main.PyMBDynFile.__init__