get_output_as_nparray#

OrderLevels.get_output_as_nparray()#

Get the order levels as NumPy arrays.

Returns:
numpy.ndarray

Order levels as a 2-D NumPy array, in squared signal unit. Each row corresponds to a specific order value, and each column corresponds to a specific RPM value.

numpy.ndarray

Order values corresponding to the rows of the order levels array.

numpy.ndarray

RPM values corresponding to the columns of the order levels array.

Return type:

tuple[ndarray, ndarray, ndarray]