LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Very slow memory transfer when passing arrays to Python node

Solved!
Go to solution

# array_to_numpy.py

import numpy as np

def array_to_numpy(A):
     An = np.sum(A, axis = 0).astype('uint16')
     return An

 

Message 11 of 11
(360 Views)