xppy.utils.output.Output Class Reference
List of all members.
Detailed Description
Class stores and manages data from XPPAut output data file.
Member Function Documentation
def xppy.utils.output.Output.__init__ |
( |
|
self, |
|
|
|
ode_file = '' , |
|
|
|
file_name = 'output.dat' | |
|
) |
| | |
def xppy.utils.output.Output.getDesc |
( |
|
self |
) |
|
Variable descriptor getter
def xppy.utils.output.Output.getRawData |
( |
|
self |
) |
|
def xppy.utils.output.Output.loadRawData |
( |
|
self, |
|
|
|
file_name = 'output.dat' | |
|
) |
| | |
def xppy.utils.output.Output.readOdeVars |
( |
|
self, |
|
|
|
ode_file | |
|
) |
| | |
Set class variable descriptor (to read columns as variable names)
def xppy.utils.output.Output.setDesc |
( |
|
self, |
|
|
|
desc | |
|
) |
| | |
Variable descriptor setter
def xppy.utils.output.Output.setRawData |
( |
|
self, |
|
|
|
raw_data | |
|
) |
| | |
The documentation for this class was generated from the following file: