Param¶
-
class
astropy.io.votable.tree.Param(votable, ID=None, name=None, value=None, datatype=None, arraysize=None, ucd=None, unit=None, width=None, precision=None, utype=None, type=None, id=None, config=None, pos=None, **extra)[source]¶ Bases:
astropy.io.votable.tree.FieldPARAM element: constant-valued columns in the data.
Paramobjects are a subclass ofField, and have all of its methods and members. Additionally, it definesvalue.Attributes Summary
value[required] The constant value of the parameter. Methods Summary
to_xml(w, **kwargs)For internal use. Attributes Documentation
-
value¶ [required] The constant value of the parameter. Its type is determined by the
datatypemember.
Methods Documentation
-