II.
LibraryProcess JSON
Structured · livelib-process:electrical-engineering--mixed-signal-design
mixed-signal-design json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:electrical-engineering--mixed-signal-design",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "mixed-signal-design",
"description": "Mixed-Signal IC Design - Guide the design of mixed-signal integrated circuits including ADCs,\nDACs, PLLs, and data converters. Addresses interface between analog and digital domains, noise coupling,\nand system-level integration.",
"libraryPath": "library/specializations/domains/science/electrical-engineering/mixed-signal-design.js",
"specialization": "electrical-engineering",
"references": [
"- IEEE Standards for Data Converters\n- JEDEC Specifications\n- Cadence Virtuoso Documentation\n- Synopsys Custom Compiler Guidelines"
],
"example": "const result = await orchestrate('specializations/domains/science/electrical-engineering/mixed-signal-design', {\n designName: '12-bit SAR ADC',\n converterType: 'ADC-SAR',\n specifications: { resolution: 12, sampleRate: '1MSPS', ENOB: 10.5, SNR: '65dB' },\n constraints: { supplyVoltage: '1.8V', powerBudget: '500uW', area: '0.1mm2' }\n});",
"usesAgents": [
"mixed-signal-ic-designer"
]
},
"outgoingEdges": [
{
"from": "lib-process:electrical-engineering--mixed-signal-design",
"to": "skill-area:hardware-abstraction-layer",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--mixed-signal-design",
"to": "skill-area:device-drivers",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:electrical-engineering--mixed-signal-design",
"to": "skill-area:firmware-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:electrical-engineering--mixed-signal-design",
"to": "domain:electrical-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--mixed-signal-design",
"to": "role:embedded-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--mixed-signal-design",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:electrical-engineering--mixed-signal-design",
"to": "workflow:architecture-decision-record",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--mixed-signal-design",
"to": "specialization:electrical-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}