DirectionRADec#

class ansys.stk.core.stkutil.DirectionRADec#

Bases: IDirection

Spherical direction (Right Ascension and Declination).

Overview#

dec

Declination: angle above the x-y plane. Uses Latitude Dimension.

ra

Right Ascension: angle in x-y plane from x towards y. Uses Longitude Dimension.

magnitude

A unitless value that represents magnitude.

Import detail#

from ansys.stk.core.stkutil import DirectionRADec

Property detail#

property DirectionRADec.dec: Any#

Declination: angle above the x-y plane. Uses Latitude Dimension.

property DirectionRADec.ra: Any#

Right Ascension: angle in x-y plane from x towards y. Uses Longitude Dimension.

property DirectionRADec.magnitude: float#

A unitless value that represents magnitude.