II.
LibraryProcess JSON
Structured · livelib-process:electrical-engineering--protection-coordination
protection-coordination json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:electrical-engineering--protection-coordination",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "protection-coordination",
"description": "Protection Coordination Study - Guide the design and coordination of power system protection schemes.\nCovers relay selection, settings calculation, coordination curves, and fault analysis for reliable fault clearing.",
"libraryPath": "library/specializations/domains/science/electrical-engineering/protection-coordination.js",
"specialization": "electrical-engineering",
"references": [
"- IEEE C37 Series (Protection Standards)\n- IEC 60255 (Measuring Relays and Protection Equipment)\n- NFPA 70E (Electrical Safety)\n- Relay Manufacturer Application Guides"
],
"example": "const result = await orchestrate('specializations/domains/science/electrical-engineering/protection-coordination', {\n systemName: 'Industrial Substation',\n singleLineDiagram: { feeders: 6, transformers: 2, motors: 15 },\n protectionZones: ['incoming', 'bus', 'feeder', 'motor'],\n faultStudyData: { maxFault: '25kA', minFault: '8kA' }\n});",
"usesAgents": [
"protection-engineer"
]
},
"outgoingEdges": [
{
"from": "lib-process:electrical-engineering--protection-coordination",
"to": "skill-area:hardware-abstraction-layer",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--protection-coordination",
"to": "skill-area:device-drivers",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:electrical-engineering--protection-coordination",
"to": "skill-area:firmware-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:electrical-engineering--protection-coordination",
"to": "domain:electrical-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--protection-coordination",
"to": "role:embedded-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--protection-coordination",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:electrical-engineering--protection-coordination",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--protection-coordination",
"to": "specialization:electrical-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}