public enum ElectricalCircuitPathMode
| Member name | Value | Description |
|---|---|---|
| AllDevices | 2 | The circuit path connects to all the devices in the circuits, this mode is compatible to the legacy behavior. |
| Custom | 0 | The circuit path is customized by user. |
| FarthestDevice | 1 | The circuit path connects to the farthest devices. |