Set this property to the name of a bus you want to monitor for the Voltage Override function of the control. There is no need to set this property if you want the control to monitor the voltage at the terminal where the control is installed. However, there sometimes are occasions where you will want to put the control on a branch terminal other than where the Capacitor is located. Then you can use this property to watch the voltage at the capacitor.


One example would be where you want to put the capacitor control on the substation for power factor control (Type=PF) of the entire substation. You would typically put all capacitor controls at the substation for this application. Then you can set the VBus property to the name of the bus where the capacitor is actually located.


You do not need to set this if you are not using voltage override.


Wait Until the Bus Exists


Define this property AFTER doing an action that causes the OpenDSS to create the buses. Actions that do this are MakeBusList, Solve, and CalcVoltageBases.


Note: You can define the rest of the properties before the buses exist and then define just the VBus property later, for example, using this sytax:


CapControl.MyCapControl.Vbus=TheBusIwantToMonitor