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

Class PyMBDynFile

source code

mbdyn.main.PyMBDynFile --+
                         |
                        PyMBDynFile
Known Subclasses:
interface.main.PyMBDynFile

The container to save a wind simulation. The only difference with its base class is now to save a Simulation class suited to wind engineering.

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: mbdyn.main.PyMBDynFile.__init__