Keithley.TempMeter resistance 0 < R < 2000 Ohm
This commit is contained in:
parent
9563dbdb6f
commit
c835fe5551
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user