II.
LibraryProcess JSON
Structured · livelib-process:electrical-engineering--feedback-control-design
feedback-control-design json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:electrical-engineering--feedback-control-design",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "feedback-control-design",
"description": "Feedback Control System Design - Guide the design of feedback control systems including PID\ncontrollers, state-space controllers, and advanced control algorithms. Covers modeling, analysis, design, and tuning.",
"libraryPath": "library/specializations/domains/science/electrical-engineering/feedback-control-design.js",
"specialization": "electrical-engineering",
"references": [
"- ISA-5.1 (Instrumentation Symbols and Identification)\n- IEC 61131-3 (Programmable Controllers)\n- Control Systems Engineering (Nise)\n- Modern Control Systems (Dorf & Bishop)"
],
"example": "const result = await orchestrate('specializations/domains/science/electrical-engineering/feedback-control-design', {\n systemName: 'Temperature Control System',\n plantModel: { type: 'first-order-plus-delay', gain: 2.5, timeConstant: '30s', delay: '5s' },\n controlObjectives: { settlingTime: '<60s', overshoot: '<10%', steadyStateError: '<1%' },\n constraints: { controlEffort: '0-100%', rateLimit: '10%/s' }\n});",
"usesAgents": [
"control-systems-engineer"
]
},
"outgoingEdges": [
{
"from": "lib-process:electrical-engineering--feedback-control-design",
"to": "skill-area:hardware-abstraction-layer",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--feedback-control-design",
"to": "skill-area:device-drivers",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:electrical-engineering--feedback-control-design",
"to": "skill-area:firmware-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:electrical-engineering--feedback-control-design",
"to": "domain:electrical-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--feedback-control-design",
"to": "role:embedded-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--feedback-control-design",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:electrical-engineering--feedback-control-design",
"to": "workflow:architecture-decision-record",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--feedback-control-design",
"to": "specialization:electrical-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:electrical-engineering--feedback-control-design",
"to": "lib-agent:chemical-engineering--control-systems-engineer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}