Keithley.TempMeter resistance 0 < R < 2000 Ohm

This commit is contained in:
Milan Hanajik 2016-08-26 11:36:09 +02:00
parent 9563dbdb6f
commit c835fe5551

View File

@ -49,7 +49,7 @@ namespace TBF.BenchControl.Keithley.TempMeter
double resistance = Multimeter.ReadResistance(tempMtrCfg.Channel);
double temperature = 0;
if (resistance > 0 && resistance < 200)
if (resistance > 0 && resistance < 2000)
{
if (tempMtrCfg.UseITS90)
{