cf.FieldList.Units

FieldList.Units

The cf.Units objects containing the units of the data array of each field.

fl.Units is equivalent to cf.List(f.Units for f in fl).

fl.Units = value is equivalent to for f in fl: f.Units = value.

del fl.Units is equivalent to for f in fl: del f.Units.

See cf.Field.Units for details.

Previous topic

cf.FieldList.unique

Next topic

cf.FieldList.varray

This Page