Namespace:
Autodesk.Revit.DB.Electrical
CircuitSequence
Enumeration
Description:
Options of circuit sequence for assigning circuit to circuits across panel.
Options of circuit sequence for assigning circuit to circuits across panel.
CircuitSequence Enumeration Members:
Name | Description |
---|---|
0 | Create new circuits numerically (1,2,3,4,5,6,7,8,9,10,11,12). |
1 | Create new circuits group by phase (1,3,5 / 2,4,6 / 7,9,11 / 8,10,12). |
2 | Create new circuits odd then even (1,3,5,7,9,11 / 2,4,6,8,10,12). |