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

ParameterTypeDefault value
engineEngineundefined
natalJdnumberundefined
targetJdnumberundefined
latnumberundefined
lonEastnumberundefined
lot"fortune" | "spirit""spirit"
zodiacZodiac"tropical"

Returns

{ day: boolean; lot: string; lot_sign: string; } & Partial<ZrActive>