DesComponentDetails
Detailed component information.
type DesComponentDetails {
datasheets: [DesDatasheet!]!
footprints: [DesFootprint!]!
itemInternalId: String!
itemParameters: [DesComponentParameter!]!
parameters: [DesComponentParameter!]!
simulations: [DesSimulation!]!
symbols: [DesSymbol!]!
}
Fields
DesComponentDetails.datasheets ● [DesDatasheet!]! non-null object
The list of component datasheets.
DesComponentDetails.footprints ● [DesFootprint!]! non-null object
The list of component footprints.
DesComponentDetails.itemInternalId ● String! non-null scalar
The component item internal identifier.
DesComponentDetails.itemParameters ● [DesComponentParameter!]! non-null object
The list of parameters describing the item.
DesComponentDetails.parameters ● [DesComponentParameter!]! non-null object
The list of revision level parameters from the latest revision. Parameter types are unknown (NONE) for unmanaged components.
DesComponentDetails.simulations ● [DesSimulation!]! non-null object
The list of component simuation models.
DesComponentDetails.symbols ● [DesSymbol!]! non-null object
The list of component symbols.