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