DesPcbFabrication
PCB fabrication information and URLs to download files.
type DesPcbFabrication {
downloadUrl: String!
folders: [DesDownloadableFolder!]!
gerber: DesGerber! @deprecated
gerberX2: DesGerberX2! @deprecated
ipc2581: DesIpc2581! @deprecated
lifeCycleStateName: String!
ncDrill: DesNcDrill! @deprecated
odb: DesOdb! @deprecated
packageName: String!
testPoints: DesTestPoints! @deprecated
version: String!
}
Fields
DesPcbFabrication.downloadUrl ● String! non-null scalar
Download URL.
DesPcbFabrication.folders ● [DesDownloadableFolder!]! non-null object
Downloadable folders.
DesPcbFabrication.gerber ● DesGerber! deprecated non-null object
DEPRECATED
Use folders.
DesPcbFabrication.gerberX2 ● DesGerberX2! deprecated non-null object
DEPRECATED
Use folders.
DesPcbFabrication.ipc2581 ● DesIpc2581! deprecated non-null object
DEPRECATED
Use folders.
DesPcbFabrication.lifeCycleStateName ● String! non-null scalar
Life cycle state name.
DesPcbFabrication.ncDrill ● DesNcDrill! deprecated non-null object
DEPRECATED
Use folders.
DesPcbFabrication.odb ● DesOdb! deprecated non-null object
DEPRECATED
Use folders.
DesPcbFabrication.packageName ● String! non-null scalar
The name of the PCB fabrication package.
DesPcbFabrication.testPoints ● DesTestPoints! deprecated non-null object
DEPRECATED
Use folders.
DesPcbFabrication.version ● String! non-null scalar
Version.