Example #1
0
        protected override void calculateCurrent()
        {
            var voltdiff = Volts[0] - Volts[1];

            mCurrent = mInd.CalculateCurrent(voltdiff);
        }