Package Dacapo :: Module NetCDF :: Class Series
[show private | hide private]
[frames | no frames]

Class Series

Entry --+
        |
       Series


A variant of Entry which have the first dimension unlimited

this works just like NetCDF.Entry (q.v.) except the first dimension is by default the unlimited. Example:

'>>> mysim.tot=NetCDF.Series("TotalEnergy")'


Method Summary
  __init__(self, name, value, dimensionnames)
    Inherited from Entry
  __delattr__(self, name)
  __repr__(self)
  __setattr__(self, name, value)
  __str__(self)
  GetAttributes(self)
Returns the attributes to be written in the netcdf file.
  GetDimensionNames(self)
Returns the names of the dimensions or None if not defined
  GetDimensions(self)
Returns the dimensions to be used for writting in the netcdf file.
  GetName(self)
Returns the name to be used for writting in the netcdf file.
  GetValue(self)
Returns the valued to be written in the netcdf file
  GetwxManipulator(self, parent)
  ReadFromNetCDFFile(self, file, index)
Method to read important data from a netcdffile.
  reprWithName(self, name)
  SetAttributes(self, attr)
Sets the attributes to be written in the netcdf file.
  SetDimensionNames(self, names)
Sets special names for dimensions
  SetName(self, name)
Sets the name to be used for writting in the netcdf file.
  SetValue(self, value)
Sets the valued to be written in the netcdf file
  WriteToNetCDFFile(self, file, indices)
Method to write important data to a netcdffile.

Generated by Epydoc 2.0 on Fri Mar 26 06:04:03 2004 http://epydoc.sf.net