The destructor does nothing special
Is this object defined? (MSSource table is optional)
Access to required columns
Access to optional columns
Convenience function that returns the number of rows in any of the columns. Returns zero if the object is null.
The destructor 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 DIRECTION 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.
set the frequency type for the REST_FREQUENCY column. Does nothing if this column is not defined. This can only be done when the table has no rows. Trying to do so at other times will throw an exception.
set the radial velocity type for the SYSVEL column. Does nothing if this column is not defined. This can only be done when the table has no rows. Trying to do so at other times will throw an exception.