array
tptnumpy_array TPTNumpy.array(number[]|signal data)
Returns a linear algebra array from an array-like object, like a Python list or a TPT array or matrix signal.
Parameters:
data The data for the matrix, this can be a Python value like [[1,2],[3,4]] or a TPT matrix signal at a defined point of time
Returns:
The input data as linear algebra array