| |
Methods defined here:
- GetField(self, name)
- This method takes the name of a field, & checks if there's already
an nvField object for that field. If so, the object is returned.
If not, it is created, then returned.
- Print(self)
- Print information about self.
- __init__(self, nc, axes, initFields='')
- Constructor.
nc: A NetCDFFile object.
axes: An nvAxisCollection object.
initFields: String containing a comma-separated list of fields (with no spaces).
|