Timestream.seconds_since_previous
- Timestream.seconds_since_previous(n=1)
-
Return a Timestream containing seconds between
self
and the timen
points ago.- Parameters:
-
n (int, default:
1
)The number of points to look back. For example,
n=1
refers tothe previous point.
Defaults to 1 (the previous point).