RVTDocs.com

CircuitSequence

Enumeration
Description:
Options of circuit sequence for assigning circuit to circuits across panel.
Syntax
public enum CircuitSequence
Unknown Namespace Members:
Name Description
Numerical Create new circuits numerically (1,2,3,4,5,6,7,8,9,10,11,12).
GroupByPhase Create new circuits group by phase (1,3,5 / 2,4,6 / 7,9,11 / 8,10,12).
OddThenEven Create new circuits odd then even (1,3,5,7,9,11 / 2,4,6,8,10,12).