Inherits: LayerSpan < Layer < DesignItem < ScriptObject

A layer span is a range of layers on a PCB design, most often used to describe the start and end point of a Via.

Properties

NameTypeGet/SetBrief
FirstLayerLayerYes/YesThe top-most layer on which this span appears.
LastLayerLayerYes/YesThe bottom-most layer on which this span appears.
LayerCountintYes/NoThe number of layers in this span.
SpanTypeTypeYes/NoThe type of this layer span.

Enumerations

Type

NameValueDescription
Through0No description provided.
Buried1No description provided.
BlindTop2No description provided.
BlindBottom3No description provided.
MicroViaTop4No description provided.
MicroViaBottom5No description provided.

Property Details

FirstLayer

Type: Layer

The top-most layer on which this span appears.


LastLayer

Type: Layer

The bottom-most layer on which this span appears.


LayerCount

Type: int

The number of layers in this span.


SpanType

Type: Type

The type of this layer span.