DesNet
Net information.
type DesNet {
cumulativeLength: DesSize!
layers: [DesLayer!]!
name: String!
pads: [DesPad!]!
tracks(
where: DesTrackFilterInput
): [DesTrack!]!
vias: [DesVia!]!
}
Fields
DesNet.cumulativeLength ● DesSize! non-null object
Net cumulative length.
DesNet.layers ● [DesLayer!]! non-null object
The layers associated with this net.
DesNet.name ● String! non-null scalar
Net name.
DesNet.pads ● [DesPad!]! non-null object
The pads associated with this net.
DesNet.tracks ● [DesTrack!]! non-null object
The tracks associated with this net.
DesNet.tracks.where ● DesTrackFilterInput input
DesNet.vias ● [DesVia!]! non-null object
The vias associated with this net.