quantities_cls_for_configuration

cockpit.utils.configuration.quantities_cls_for_configuration(label)[source]

Return the quantity classes for a cockpit configuration.

Currently supports three different configurations:

Parameters

label (str) – String specifying the configuration type. Possible configurations are (least to most expensive) 'economy', 'business', 'full'.

Returns

A list of quantity classes used in the specified configuration.

Return type

[Quantity]