Open snb2013 opened 6 years ago
From documentation https://github.com/devcartel/pyrfa/blob/master/API.md#timeseries it is unclear which dates are used to get time series by getTimeSeries method. In fact, last dates are received. But I want to be sure in it. It should be added to docs.
By calling setTimeSeriesMaxRecords(N) it will make getTimeSeries() retrieve only the last N records from TS1. Will put that in the docs. Thanks.
setTimeSeriesMaxRecords(N)
getTimeSeries()
N
From documentation https://github.com/devcartel/pyrfa/blob/master/API.md#timeseries it is unclear which dates are used to get time series by getTimeSeries method. In fact, last dates are received. But I want to be sure in it. It should be added to docs.