public GeneratingUnit(PowerSystem power_system)
     : base(power_system)
 {
     this.Id = this._PowerSystem.GeneratingUnits.Count;
 }
Пример #2
0
 public InelasticLoad(PowerSystem power_system)
     : base(power_system)
 {
     this.Id = this._PowerSystem.InelasticLoads.Count;
 }
 public OPFRunWindow(PowerSystem powerSystem)
     : this()
 {
     MyPowerSystem = powerSystem;
 }