II.
LibraryProcess JSON
Structured · livelib-process:electrical-engineering--power-flow-analysis
power-flow-analysis json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:electrical-engineering--power-flow-analysis",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "power-flow-analysis",
"description": "Power Flow and Load Analysis - Guide the analysis of electrical power systems for load flow studies,\nvoltage profiles, and power transfer capabilities. Essential for system planning, operation, and expansion studies.",
"libraryPath": "library/specializations/domains/science/electrical-engineering/power-flow-analysis.js",
"specialization": "electrical-engineering",
"references": [
"- IEEE Power System Analysis Standards\n- NERC Reliability Standards\n- Regional Grid Codes\n- ETAP/PSS/E User Guides"
],
"example": "const result = await orchestrate('specializations/domains/science/electrical-engineering/power-flow-analysis', {\n systemName: 'Regional Distribution Network',\n networkModel: { buses: 50, branches: 65, transformers: 12 },\n loadData: { peakLoad: '150MW', loadGrowth: '3%/year' },\n generationSchedule: { units: ['G1', 'G2'], totalCapacity: '200MW' }\n});",
"usesAgents": [
"power-systems-engineer"
]
},
"outgoingEdges": [
{
"from": "lib-process:electrical-engineering--power-flow-analysis",
"to": "skill-area:hardware-abstraction-layer",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--power-flow-analysis",
"to": "skill-area:device-drivers",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:electrical-engineering--power-flow-analysis",
"to": "skill-area:firmware-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:electrical-engineering--power-flow-analysis",
"to": "domain:electrical-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--power-flow-analysis",
"to": "role:embedded-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--power-flow-analysis",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:electrical-engineering--power-flow-analysis",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--power-flow-analysis",
"to": "specialization:electrical-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}