Represents a pin connection in a PADS net.

interface PADSPin {
    pin: string;
    refdes: string;
}

Properties

Properties

pin: string

The pin number or name.

"1", "A2", "VCC"
refdes: string

The reference designator of the component to which the pin belongs.

"U1", "R5"