Fault % = 500 means 5% or 0.05
Hi/Lo DBand % 1000 means 10% or 0.1
Mid DBand % 1000 means 10% or 0.1
Hi Cal % 9000 means 90% or 0.9
Mid Cal % 5000 means 50% or 0.5
Lo Cal % 1000 means 10% or 0.1
Formulas are correct:
High DBand starts = SNSRPWR x (HiCal% - HiDBand*(HiCal%-LoCal%)) =
5000 x (0.9 - 0.1 * ( 0.9 - 0.1)) = 5000 x (0.9 - 0.1 ( 0.8 )) = 5000 ( 0.9 - 0.08 ) = 5000 ( 0.82 ) = 4100
Middle DBand starts SNSRPWR x (MidCal% - MidDBand*(MidCal%-LoCal%)) =
5000 x (0.5 - 0.1 * ( 0.5 - 0.1)) = 5000 x (0.5 - 0.1 ( 0.4 )) = 5000 ( 0.5 - 0.04 ) = 5000 ( 0.46 ) = 2300
Middle DBand Ends SNSRPWR x (MidCal% + MidDBand*(HiCal%-MidCal%)) =
5000 x (0.5 + 0.1 * ( 0.9 - 0.5)) = 5000 x (0.5 + 0.1 ( 0.4 )) = 5000 ( 0.5 + 0.04 ) = 5000 ( 0.54 ) = 2700
Low DBand starts = SNSRPWR x (LoCal% - LoDBand*(HiCal%-LoCal%)) =
5000 x (0.1 + 0.1 * ( 0.9 - 0.1)) = 5000 x (0.1 + 0.1 ( 0.8 )) = 5000 ( 0.1 + 0.08 ) = 5000 ( 0.18 ) = 900