Closes #20151: Add support for cable bundles (#21636)

This commit is contained in:
bctiemann
2026-03-11 12:43:40 -04:00
committed by GitHub
parent 80cc7e0d91
commit 02165a28a0
28 changed files with 537 additions and 10 deletions

View File

@@ -0,0 +1,15 @@
# Cable Bundles
A cable bundle is a logical grouping of individual [cables](./cable.md). Bundles can be used to organize cables that share a common purpose, route, or physical grouping (such as a conduit or harness).
Assigning cables to a bundle is optional and does not affect cable tracing or connectivity. Bundles persist independently of their member cables: deleting a cable clears its bundle assignment but does not delete the bundle itself.
## Fields
### Name
A unique name for the cable bundle.
### Description
A brief description of the bundle's purpose or contents.