FieldRef¶
- class astropy.io.votable.tree.FieldRef(table, ref, ucd=None, utype=None, config=None, pos=None, **extra)[source]¶
Bases:
SimpleElement,_UtypeProperty,_UcdPropertyFIELDref element: used inside of GROUP elements to refer to remote FIELD elements.
table is the
Tableobject that thisFieldRefis a member of.ref is the ID to reference a
Fieldobject defined elsewhere.Attributes Summary
Methods Summary
get_ref()Attributes Documentation
Methods Documentation