Commands  ›  Small Power  ›  Design Small Power System

Design Small Power System

Small Power writes to model Public API · not yet exposed

Coming soon

Before you run this

Active Revit document must be open. Adelphos JSON file must exist at the configured path. Cable tray family types must be loaded. Level must exist near the base point Z.

After it runs

MEP segments, fittings, and power outlets are created in the model. A run log is written.

When to use this

Don't use this when

Creating small power manually element-by-element. Importing lighting or fire alarm systems (use respective commands).

Inputs

NameKindTypeRequiredDefaultDescription
BasePoint selection XYZ yes Base point for small power placement
"Pick Revit basepoint (target origin for import)"
JsonPath config string no null Path to Adelphos JSON file

Returns

NameTypeDescription
CurvesCreatedintNumber of MEP curve segments created
ElbowsPlacedintNumber of elbow fittings placed
TeesPlacedintNumber of tee fittings placed
BlocksPlacedintNumber of family instances placed

What you'll see in the chat

on start
Importing small power system from JSON...
Setting up power outlet layout...
thinking
Reading JSON small power data...
Resolving MEP types and levels...
Creating MEP segments...
Placing fittings and power outlets...
Finalizing small power model...
on success
Small power imported! Created {CurvesCreated} segments, {ElbowsPlaced} elbows, {BlocksPlaced} outlets.
on failure
Small power import failed: {error}

REST API

Not yet exposed

This command does not carry a [RestApi] attribute today. Once tagged, this section will auto-populate with:

  • POST /api/v1/commands/design_small_power_system
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

design small power · design the small power · small power system · create small power · place outlets
Patterns: design * small power · create * small power · small power * design · place * outlets

Related commandsDesignContainmentSystemCommand · DesignLightingSystemCommand · DesignFireAlarmSystemCommand · DesignMechPowerSystemCommand
PillarSmall Power