livecellx.core.SingleCellStatic.get_components

SingleCellStatic.get_components(component_type=None)

Get components of a specific type or all components

Parameters:

component_type (str, optional) – The type of component to get. If None, returns all components.

Returns:

A list of components

Return type:

List[SingleUnit]