2.2. concatenateHys

hysteresis.baseFuncs.concatenateHys(curves)[source]

This function creates a new hysteresis from the xy data of a series of monotonic curves, or xy curves.

If curves are used in the concatenation, propreties from those curves will be lost.

Parameters:

curves (a list of SimpleCycle objects, or XY data) – A number of curve objects to be combined into a hysteresis. These curves either be 2D list/arrays, or objects with a xy attribute.

Returns:

hysteresis – The ouput hysteresis object which is a combination of all of the input curves

Return type:

Hysteresis Object