hotstepper.Steps.add_direct¶
-
Steps.add_direct(data_start=None, data_end=None, data_weight=None)¶ Add an array of individual step objects to this collection of steps.
- Parameters
data_start (array_like, Optional) – Array of values that represent the step start key locations.
data_end (array_like, Optional) – Array of values that represent the step end key locations.
data_weight (array_like, Optional) – Array of values that represent the step values.
note: (.) – Note: If more than one array of values are assigned, all arrays must be the same length.
- Returns
- Return type
Steps