Pathnovo Logo

Cable Schedule — Power / Electrical Equipment

4.2 · example PQ-CPPT-ELE002-G18-00001

Typed JSON shape for this document. The title_block field is the shared header; all other keys are specific to this document type.

Schema

cable-power.json
{
  "title_block": "<common>",
  "drawing_title": "str",
  "project_info": {
    "purchaser": "str", "end_user": "str",
    "plant_location": "str", "plant_name": "str",
    "job_number": "str", "item_description": "str"
  },
  "cables": [
    {"sl_no": "int", "cable_number": "str",
     "cable_tag": "str", "voltage_level_kv_v": "str",
     "cable_function": "str", "no_of_cores": "int",
     "conductor_size_mm2": "num", "armour_type": "str",
     "sheath_material": "str", "cable_od_mm": "num",
     "cable_length_m": "num", "current_rating_a": "num",
     "voltage_drop_pct": "num",
     "from": {
       "equipment_tag": "str", "equipment_description": "str",
       "terminal_compartment": "str", "gland_size_type": "str"
     },
     "to": {
       "equipment_tag": "str", "equipment_description": "str",
       "terminal_compartment": "str", "gland_size_type": "str"
     },
     "tray_conduit_route": "str", "segregation_class": "str",
     "hazardous_area_rating": "str", "remarks": "str"}
  ],
  "revision_history": [
    {"revision": "str", "date": "str", "description": "str",
     "drawn_by": "str", "checked_by": "str",
     "engineered_by": "str", "approved_by": "str"}
  ]
}