That is true if you want to put many devices on one graph. However, you still have the difficulty of reading a value to contend with. My point is that if we want to actually use this data maybe a graph of this sort is not the best way. Simply providing data for each device for the five points given plus simply equation to obtain intermediate values might be better.
t = t1 + ( (t2 - t1) * ((I2 - I1) / (I2 - I1)) ) I think that is right but I am converting from a different form so check it before use.
That is true if you want to put many devices on one graph. However, you still have the difficulty of reading a value to contend with. My point is that if we want to actually use this data maybe a graph of this sort is not the best way. Simply providing data for each device for the five points given plus simply equation to obtain intermediate values might be better.
t = t1 + ( (t2 - t1) * ((I2 - I1) / (I2 - I1)) ) I think that is right but I am converting from a different form so check it before use.