NAME
TypeOfHouse
Return the house division method (house system) used for the horoscope.
USAGE
TypeOfHouse [-name]
PARAMETERS
None
OPTIONS
-name: return the name of the house computation method instead of its id number.
RETURN
Return a string or a number that identifies the way house was computed for this horoscope.
Actually supported methods to compute house longitudes are:
CAMPANUS 0
ALCABITUS 1
ABENRAGEL 2
REGIOMONTANUS 3
PLACIDUS 4
HINDU 5
EXAMPLE
PutTxt [TypeOfHouse]
PutTxt [TypeOfHouse -name]
Output:
5
HINDU