calculate_cable_section_electrical
Determine required cable cross-section for electrical installations. Input power, voltage, distance, and maximum voltage drop to get current, allowed drop, and recommended cable size in mm².
Instructions
Calculate cable section from power, voltage, distance and max voltage drop. Returns: {current_a, allowed_drop_v, calculated_section_mm2, recommended_mm2}. See list_bundles for related 'science' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| power_w | Yes | Power in watts | |
| voltage | No | Voltage (default 230V) | |
| distance_m | Yes | One-way cable distance in meters | |
| max_drop_pct | No | Max voltage drop % (default 3) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools). | |
| formula | No | Human-readable formula or method used (e.g. "I=P·r·t", "Magnus formula"). | |
| source | No | Authoritative source for the rule or formula (e.g. "Article 197 CGI", "NF DTU 21"). | |
| reference_url | No | Link to a calcul2 page documenting the calculation in detail. |