fastcs.datatypes.waveform#
Members
Waveform(array_dtype: Union[type[Any], numpy.dtype[Any], numpy._typing._dtype_like._SupportsDType[numpy.dtype[Any]], tuple[Any, Any], list[Any], numpy._typing._dtype_like._DTypeDict, str, NoneType], shape: tuple[int, ...] = (2000,)) |
- class fastcs.datatypes.waveform.Waveform(array_dtype: type[Any] | numpy.dtype[Any] | numpy._typing._dtype_like._SupportsDType[numpy.dtype[Any]] | tuple[Any, Any] | list[Any] | numpy._typing._dtype_like._DTypeDict | str | NoneType, shape: tuple[int, ...] = (2000,))[source]#