NAME

SignOfPlanet

Get the number of the sign occupied by a planet in fixed (Hindu) or movable (Occidental) Zodiac.

USAGE

SignOfPlanet nplanet [-mov]

PARAMETERS

nplanet: is the number of the planet. Valid value are 0 to 14

OPTIONS

-mov: if specified, return the movable sign of the planet rather than the fixed one.

RETURN

Return the number of the sign occupied by the planet. Return value is from 0 to 11.

EXAMPLE

foreach {i} {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14} {
PutTxt "Planet [NameOfPlanet $i] is in [NameOfSign [SignOfPlanet $i]] fixed sign and in [NameOfSign [SignOfPlanet $i -mov]] movable sign"
}

 

OUTPUT:

Planet Soleil is in Leo fixed sign and in Virgo movable sign
Planet Lune is in Aries fixed sign and in Taurus movable sign
Planet Mercure is in Leo fixed sign and in Virgo movable sign
Planet Vénus is in Libra fixed sign and in Scorpio movable sign
Planet Mars is in Libra fixed sign and in Scorpio movable sign
Planet Jupiter is in Gemini fixed sign and in Gemini movable sign
Planet Saturne is in Aquarius fixed sign and in Pisces movable sign
Planet As is in Gemini fixed sign and in Cancer movable sign
Planet M.C. is in Aquarius fixed sign and in Pisces movable sign
Planet Rahu is in Taurus fixed sign and in Gemini movable sign
Planet Ketu is in Scorpio fixed sign and in Sagittarius movable sign
Planet Uranus is in Leo fixed sign and in Virgo movable sign
Planet Neptune is in Libra fixed sign and in Scorpio movable sign
Planet Pluton is in Leo fixed sign and in Virgo movable sign
Planet Fortune is in Aquarius fixed sign and in Pisces movable sign

Remark: For difference between Fixed and Movable zodiac, see Proastro help.