The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
|
Helper class for interacting with OFT plotting output files.
Public Member Functions | |
__getitem__ (self, key) | |
__init__ (self, filepath) | |
Load data from file and setup object. | |
__iter__ (self) | |
get (self, keyname, value=None) | |
Get plotting group (list of meshes) | |
items (self) | |
Return iterator over plotting group (name, value) pairs. | |
keys (self) | |
Get plotting groups in file. | |
Public Attributes | |
filepath | |
Protected Attributes | |
_groups | |
__init__ | ( | self, | |
filepath | |||
) |
Load data from file and setup object.
filename | Path to HDF5 plotting file |
__getitem__ | ( | self, | |
key | |||
) |
__iter__ | ( | self | ) |
get | ( | self, | |
keyname, | |||
value = None |
|||
) |
Get plotting group (list of meshes)
keyname | Name of group |
value | Return value if not found |
items | ( | self | ) |
Return iterator over plotting group (name, value) pairs.
keys | ( | self | ) |
Get plotting groups in file.
|
protected |
filepath |