The destructor does nothing special
Access to required columns
Access to optional columns
Convenience function that returns the number of rows in any of the columns
The desctructor does nothing special
Read-write access to required columns
Read-write access to optional columns
Read-only access to required columns
Read-only access to optional columns
set the epoch type for the TIME column.
In principle this function can only be used if the table is empty, otherwise already written values may thereafter have an incorrect reference, offset, or unit. However, it is possible that part of the table gets written before these values are known. In that case the reference, offset, or units can be set by using a False tableMustBeEmpty argument.
set the direction type for the BEAM_OFFSET column. This can only be done when the table has no rows. Trying to do so at other times will throw an exception.
set the position type for the POSITION column. This can only be done when the table has no rows. Trying to do so at other times will throw an exception.