Buildings.Electrical.Transmission.Types

Package that contains cables materials

Information

This package contains an enumeration for materials.

Extends from Modelica.Icons.TypesPackage (Icon for packages containing type definitions).

Package Content

Name Description
Buildings.Electrical.Transmission.Types.Material Material Material of the cable

Types and constants

  type Material = enumeration(
    Cu   "Copper",
    Al   "Aluminium") "Material of the cable";

Buildings.Electrical.Transmission.Types.Material

Material of the cable

Information

Enumeration for materials that can be used for cables.

Modelica definition

type Material = enumeration( Cu "Copper", Al "Aluminium") "Material of the cable";