API Reference / zrAt · function
Function: zrAt()
function zrAt(
engine,
natalJd,
targetJd,
lat,
lonEast,
lot?,
zodiac?): {
day: boolean;
lot: string;
lot_sign: string;
} & Partial<ZrActive>;
Zodiacal releasing active at targetJd, releasing from the Lot of Spirit
(default) or Fortune of the natal chart.
Parameters
| Parameter | Type | Default value |
|---|---|---|
engine | Engine | undefined |
natalJd | number | undefined |
targetJd | number | undefined |
lat | number | undefined |
lonEast | number | undefined |
lot | "fortune" | "spirit" | "spirit" |
zodiac | Zodiac | "tropical" |
Returns
{
day: boolean;
lot: string;
lot_sign: string;
} & Partial<ZrActive>