@tscircuit/capacity-autorouter 0.0.18 → 0.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -940,6 +940,10 @@ declare class CapacityMeshSolver extends BaseSolver {
|
|
|
940
940
|
|
|
941
941
|
/**
|
|
942
942
|
* Calculate the capacity of a node based on its width
|
|
943
|
+
*
|
|
944
|
+
* This capacity corresponds to how many vias the node can fit, tuned for two
|
|
945
|
+
* layers.
|
|
946
|
+
*
|
|
943
947
|
* @param nodeOrWidth The node or width to calculate capacity for
|
|
944
948
|
* @param maxCapacityFactor Optional multiplier to adjust capacity
|
|
945
949
|
* @returns The calculated capacity
|