vasca.columns
¶
VASCA column definitions.
This module is currently not in productive use. Using this, the plan is to refactor the tables dictionary module in the future.
Module Contents¶
Classes¶
Base class describing all parameters of VASCA columns. |
Data¶
Field source ID number |
API¶
- class vasca.columns.VASCAColumn[source]¶
Base class describing all parameters of VASCA columns.
The parameters defined here, are used to construct the various
Table
objects to be held by aTableCollection
.- Parameters:
- Example:
>>> dummy_column = VASCAColumn(name="foo", dtype="int32", unit="1", default="-1", description="bar") >>> dummy_column.to_dict() {'name': 'foo', 'dtype': 'int32', 'unit': '1', 'default': '-1', 'description': 'bar'}
- vasca.columns.field_id = 'VASCAColumn(...)'¶
Field source ID number