The FullRecorder class
- class pylife.stress.rainflow.FullRecorder[source]
Rainflow recorder that collects the loop values and the loop index.
Same functionality like
LoopValueRecorderbut additionally collects the loop index.- property collective
The overall collective recorded as
pandas.DataFrame.The columns are named
from,to,index_from,index_to.
- property index_from
1-D int array containing the index to the samples from which the loops start.
- property index_to
1-D int array containing the index to the samples the loops go to before turning back.