Contents
MPPData
MPPData.concat()
Concatenate multiple MPPData objects.
All MPPDatas that should be concatenated need to have the same keys, use the same data_config, and same channels.
objs (List[MPPData]) – List of objects to be concatenated.
List
Concatenated MPPData objects.