Skip to main content

DesVia

PCB design via information.

type DesVia {
beginLayer: DesLayer
endLayer: DesLayer
holeDiameter: DesSize!
layer: DesLayer
name: String
net: DesNet
padDiameter: DesSize!
position: DesPosition2D!
shape: DesPrimitiveShape
}

Fields

DesVia.beginLayer ● DesLayer object

Layer information about the via start point.

DesVia.endLayer ● DesLayer object

Positional information about the via end point.

DesVia.holeDiameter ● DesSize! non-null object

Via hole diameter.

DesVia.layer ● DesLayer object

Layer associated with via.

DesVia.name ● String scalar

Name of via.

DesVia.net ● DesNet object

Net associated with via.

DesVia.padDiameter ● DesSize! non-null object

Via pad diameter.

DesVia.position ● DesPosition2D! non-null object

Positional information about the via.

DesVia.shape ● DesPrimitiveShape enum

Via shape.