Bases: astropy.io.votable.tree.Field
PARAM element: constant-valued columns in the data.
Param objects are a subclass of Field, and have all of its methods and members. Additionally, it defines value.
Attributes Summary
value | [required] The constant value of the parameter. Its type is |
Methods Summary
to_xml(w, **kwargs) | For internal use. |
Attributes Documentation
[required] The constant value of the parameter. Its type is determined by the datatype member.
Methods Documentation
For internal use. Output the element to XML.
Parameters: | w : astropy.utils.xml.writer.XMLWriter object
kwargs : dict
|
---|