PanelConfiguration
Description:
This enum declares the configuration for given panel schedule type.
This enum declares the configuration for given panel schedule type.
public enum PanelConfiguration
| Name | Description |
|---|---|
| OneColumn | Circuits are numbered top-to-bottom in one single column. |
| TwoColumnsCircuitsAcross | Circuits are numbered left-to-right. The odd circuits down the left side, even circuits down the right side. |
| TwoColumnsCircuitsDown | Circuits are numbered top-to-bottom in one single column. First circuits down the left side, then the right side. |