Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

sdynpy.data_array

Signature

def sdynpy.data_array(data_type, abscissa, ordinate, coordinate, comment1='', comment2='', comment3='', comment4='', comment5='')

Helper function to create a data array object.

All input arguments to this function are allowed to broadcast to create the final data in the NDDataArray object.

Parameters

Returns