II.
LibraryProcess JSON
Structured · livelib-process:electrical-engineering--arc-flash-analysis
arc-flash-analysis json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:electrical-engineering--arc-flash-analysis",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "arc-flash-analysis",
"description": "Arc Flash Hazard Analysis - Guide the analysis of arc flash hazards in electrical systems to ensure\nworker safety. Covers incident energy calculations, PPE requirements, and labeling compliance.",
"libraryPath": "library/specializations/domains/science/electrical-engineering/arc-flash-analysis.js",
"specialization": "electrical-engineering",
"references": [
"- IEEE 1584-2018 (Arc Flash Hazard Calculations)\n- NFPA 70E (Electrical Safety in the Workplace)\n- OSHA 29 CFR 1910 (Electrical Standards)\n- CSA Z462 (Workplace Electrical Safety)"
],
"example": "const result = await orchestrate('specializations/domains/science/electrical-engineering/arc-flash-analysis', {\n facilityName: 'Manufacturing Plant',\n systemData: { voltage: '480V', systemType: 'solidly-grounded' },\n equipmentList: ['MCC-1', 'MCC-2', 'Switchgear-Main', 'Panel-A'],\n protectionDevices: { relays: true, fuses: true }\n});",
"usesAgents": [
"protection-engineer"
]
},
"outgoingEdges": [
{
"from": "lib-process:electrical-engineering--arc-flash-analysis",
"to": "skill-area:hardware-abstraction-layer",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--arc-flash-analysis",
"to": "skill-area:device-drivers",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:electrical-engineering--arc-flash-analysis",
"to": "skill-area:firmware-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:electrical-engineering--arc-flash-analysis",
"to": "domain:electrical-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--arc-flash-analysis",
"to": "role:embedded-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--arc-flash-analysis",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:electrical-engineering--arc-flash-analysis",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--arc-flash-analysis",
"to": "specialization:electrical-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}