List Unit System

async AsyncCogniteClient.units.systems.list() UnitSystemList

List all supported unit systems

Returns:

List of unit systems

Return type:

UnitSystemList

Examples

List all supported unit systems in CDF:

>>> from cognite.client import CogniteClient, AsyncCogniteClient
>>> client = CogniteClient()
>>> # async_client = AsyncCogniteClient()  # another option
>>> res = client.units.systems.list()