Example #1
0
        /// <summary>Stamps the device characteristics onto the equation system through the registered proxies.</summary>
        public void Stamp(double gBe, double gBc, double gmf, double gmr, double ibeeq, double ibceq)
        {
            gbe_.Stamp(gBe);
            gbc_.Stamp(gBc);

            gmf_.Stamp(gmf);
            gmr_.Stamp(gmr);

            ibe.Stamp(ibeeq);
            ibc.Stamp(ibceq);
        }
Example #2
0
 /// <summary>Stamps the device characteristics onto the equation system through the registered proxies.</summary>
 public void Stamp(double geq, double ieq)
 {
     cond.Stamp(geq);
     current.Stamp(ieq);
 }