concat

classmethod MPPData.concat(objs)[source]

Concatenate multiple MPPData objects.

All MPPDatas that should be concatenated need to have the same keys, use the same data_config, and same channels.

Parameters

objs (List[MPPData]) – List of objects to be concatenated.

Return type

Concatenated MPPData objects.