DesStackup
Layer stackup properties and definition.
type DesStackup {
layerTypes: [DesLayerType!]!
roughnessFactorRF: String!
roughnessFactorSR: String!
roughnessType: String!
stacks: [DesStack!]!
stackupType: String!
}
Fields
DesStackup.layerTypes ● [DesLayerType!]! non-null enum
Layer types in stackup.
DesStackup.roughnessFactorRF ● String! non-null scalar
Roughness factor, characterizing the expected maximal increase in conductor losses due to the roughness effect. Default is 2.
DesStackup.roughnessFactorSR ● String! non-null scalar
Value of the surface roughness.
DesStackup.roughnessType ● String! non-null scalar
Shows roughness of conductive layers.
DesStackup.stacks ● [DesStack!]! non-null object
Substacks that make a stackup.
DesStackup.stackupType ● String! non-null scalar
Type of stackup.