This class represents the temperature IC (or Ambient sensor) on a Phidget TemperatureSensor.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public class TemperatureSensorAmbientSensor
Visual Basic (Declaration)
Public Class TemperatureSensorAmbientSensor
Visual C++
public ref class TemperatureSensorAmbientSensor

Remarks

A Phidget TemperatureSensor IC/Ambient sensor object stores the ambient board temperature. The sesnor's sensitivity can also be modified from this class. It can be used to measure the temperature of the thermocouple cold junction and calibrate the thermocouple sensed temperature.

Inheritance Hierarchy

System..::.Object
  Phidgets..::.TemperatureSensorAmbientSensor

See Also