ParamRef#
- class astropy.io.votable.tree.ParamRef(table, ref, ucd=None, utype=None, config=None, pos=None)[source]#
Bases:
SimpleElement,_UtypeProperty,_UcdPropertyPARAMref element: used inside of GROUP elements to refer to remote PARAM elements.
The keyword arguments correspond to setting members of the same name, documented below.
It contains the following publicly-accessible members:
ref: An XML ID referring to a <PARAM> element.
Attributes Summary
Methods Summary
get_ref()Lookup the
Paraminstance that this :class:PARAMrefreferences.Attributes Documentation
Methods Documentation