Skip to main content

DesPin

Pin properties.

type DesPin {
description: String!
designator: String!
electricalType: DesPinElectricalType!
isHidden: Boolean!
name: String!
}

Fields

DesPin.description ● String! non-null scalar

Description of pin.

DesPin.designator ● String! non-null scalar

The numerical identifier of the pin.

DesPin.electricalType ● DesPinElectricalType! non-null enum

Electrical type of the pin.

DesPin.isHidden ● Boolean! non-null scalar

Returns true if the pin is hidden.

DesPin.name ● String! non-null scalar

Pin display name. By default, a newly placed pin will be named using the designator value.