Gets / sets the thermocouple type.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
C# |
---|
public TemperatureSensorSensor..::.ThermocoupleType Type { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Type As TemperatureSensorSensor..::.ThermocoupleType |
Visual C++ |
---|
public: property TemperatureSensorSensor..::.ThermocoupleType Type { TemperatureSensorSensor..::.ThermocoupleType get (); void set (TemperatureSensorSensor..::.ThermocoupleType value); } |
Exceptions
Exception | Condition |
---|---|
Phidgets..::.PhidgetException | If this Phidget is not opened and attached. |