DesPcbAssembly
PCB assembly information and URLs to download files.
type DesPcbAssembly {
assemblyDrawings: DesAssemblyDrawings! @deprecated
downloadUrl: String!
folders: [DesDownloadableFolder!]!
lifeCycleStateName: String!
packageName: String!
pickAndPlace: DesPickAndPlace! @deprecated
version: String!
}
Fields
DesPcbAssembly.assemblyDrawings ● DesAssemblyDrawings! deprecated non-null object
DEPRECATED
Use folders.
DesPcbAssembly.downloadUrl ● String! non-null scalar
Download URL.
DesPcbAssembly.folders ● [DesDownloadableFolder!]! non-null object
Downloadable folders.
DesPcbAssembly.lifeCycleStateName ● String! non-null scalar
Life cycle state name.
DesPcbAssembly.packageName ● String! non-null scalar
The name of the PCB assembly package.
DesPcbAssembly.pickAndPlace ● DesPickAndPlace! deprecated non-null object
DEPRECATED
Use folders.
DesPcbAssembly.version ● String! non-null scalar
Version.