myogen.simulator.SurfaceEMG.muaps#

property SurfaceEMG.muaps: list[~typing.Annotated[~numpy.ndarray[tuple[int, ...], ~numpy.dtype[~numpy.floating]], beartype.vale.Is[lambda x: x.ndim == 4]]]#

Motor Unit Action Potential (MUAP) templates for each electrode array.

Returns:

List of MUAP templates for each electrode array.

Return type:

list[SURFACE_MUAP_SHAPE__TENSOR]

Raises:

ValueError – If MUAP templates have not been computed yet.