roxieapi.cadata.InsulationDefinition module¶
- class roxieapi.cadata.InsulationDefinition.InsulationDefinition(name: str = '', comment: str = '', thickness: float = 0.0, width: float = 0.0)[source]¶
Bases:
Definition
Class for insulation definition.
- thickness¶
The thickness (mm) on narrow side of cable.
- Type:
float
- width¶
The width (mm) on broad side of cable.
- Type:
float
- static get_magnum_to_roxie_dct() dict [source]¶
Method returning a mapping from MagNum naming convention to ROXIE naming convention.
- Returns:
a dictionary from MagNum to ROXIE names
- thickness: float = 0.0¶
- width: float = 0.0¶