Logo

A physics toolbox for laser spectroscopy.

Static Badge Static Badge Static Badge

Static Badge Static Badge

© 2026 Patrick Müller. All rights reserved.

qspec.asarray  (  * args ** kwargs  )[source]

Cast the arguments args to a tuple of ndarray of the specified dtype.

Parameters:
argsAny

The arguments to cast.

kwargsAny

Additional keywords are passed to numpy.asarray.

Returns:
a_tupletuple[ndarray, ...]

A tuple of ndarray.

API navigation