point_nanoseconds
point_nanoseconds — gives the nanoseconds from point_seconds that a
point value changed.
point_nanoseconds (symbol)
symbolA point name, as a symbol.
A number of nanoseconds.
This function returns the number of nanoseconds after
point_seconds that a given point's value changed.
Gamma>clock();938631678Gamma>write_point(#l,44);tGamma>next_event();nilGamma>point_seconds(#l);938631693Gamma>point_nanoseconds(#l);735100000Gamma>