The FullRecorder class

class pylife.stress.rainflow.FullRecorder[source]

Rainflow recorder that collects the loop values and the loop index.

Same functionality like LoopValueRecorder but additionally collects the loop index.

__init__()[source]

Instantiate a FullRecorder.

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.

record_index(index_from, index_to)[source]

Record the index.