Inherits: Material < DesignItem < ScriptObject

A material describes the physical properties of a PCB Layer.

Properties

NameTypeGet/SetBrief
DensityVariant[float, none]Yes/NoThe density of this material in grams per centimetre cubed.
DielectricConstantVariant[float, none]Yes/NoThe dielectric constant of this material.
ElectricalConductivityVariant[float, none]Yes/NoThe electrical conductivity of this material in siemens per metre.
NamestrYes/NoThe name of this material.
SpecialUseSpecialUseYes/NoThe special use of this material.
ThicknessintYes/NoThe thickness of this material.

Enumerations

SpecialUse

NameValueDescription
None0No description provided.
HolePlating1No description provided.
MicroViaHolePlating2No description provided.

Property Details

Density

Type: Variant[float, none]

The density of this material in grams per centimetre cubed.


DielectricConstant

Type: Variant[float, none]

The dielectric constant of this material.


ElectricalConductivity

Type: Variant[float, none]

The electrical conductivity of this material in siemens per metre.


Name

Type: str

The name of this material.


SpecialUse

Type: SpecialUse

The special use of this material.


Thickness

Type: int

The thickness of this material.