segment_count (int) – The number of piecewise-constant segments in the signal.
duration (float) – The duration of the signal.
maximum (float) – The upper bound for the signal values.
minimum (float, optional) – The lower bound for the signal values. Defaults to 0.
initial_values (np.ndarray or list[np.ndarray], optional) – Initial values for the signal. Defaults to None, meaning the optimizer
initializes these variables with random values. You can either provide a single array,
or a list of them. If a list of arrays are used, they must have the same length.
name (str, optional) – The name of the node.