xppy.utils.allinfo.AllInfo Class Reference
List of all members.
Detailed Description
Class stores and manages data from XPPAut allinfo data file.
Member Function Documentation
def xppy.utils.allinfo.AllInfo.__init__ |
( |
|
self, |
|
|
|
file_name = None | |
|
) |
| | |
def xppy.utils.allinfo.AllInfo.findBranches |
( |
|
self |
) |
|
Finds all branches in the raw data
def xppy.utils.allinfo.AllInfo.findParts |
( |
|
self, |
|
|
|
branchArr | |
|
) |
| | |
Finds parts in the given branch array
(branch extracted by e.g. getBranch)
def xppy.utils.allinfo.AllInfo.getBranch |
( |
|
self, |
|
|
|
nr, |
|
|
|
getParts = False | |
|
) |
| | |
Function returns data of branch number nr
additionally it cen return list with indexes of parts
of the branch (stability wise)
def xppy.utils.allinfo.AllInfo.getBranches |
( |
|
self |
) |
|
def xppy.utils.allinfo.AllInfo.getFlippedBranch |
( |
|
self, |
|
|
|
nr, |
|
|
|
getParts = False | |
|
) |
| | |
Function returns flipped data of branch number nr;
additionally it cen return list with indexes of parts
of the branch (stability wise)
def xppy.utils.allinfo.AllInfo.getRawData |
( |
|
self |
) |
|
def xppy.utils.allinfo.AllInfo.loadRawData |
( |
|
self, |
|
|
|
file_name | |
|
) |
| | |
def xppy.utils.allinfo.AllInfo.setRawData |
( |
|
self, |
|
|
|
raw_data | |
|
) |
| | |
The documentation for this class was generated from the following file: