Skip to main content

Enum Mcp960x.ThermocoupleType

Represents the supported thermocouple types for the MCP960x

Assembly: Mcp960x.dll
View Source
Declaration
public enum Mcp960x.ThermocoupleType

Fields

K

K-type thermocouple (chromel–alumel), widely used due to its broad temperature range and durability

View Source
Declaration
K = 0

J

J-type thermocouple (iron–constantan), commonly used in general-purpose applications

View Source
Declaration
J = 1

T

T-type thermocouple (copper–constantan), suitable for low-temperature measurements

View Source
Declaration
T = 2

N

N-type thermocouple (nicrosil–nisil), known for its stability and resistance to high temperatures

View Source
Declaration
N = 3

S

S-type thermocouple (platinum–rhodium), suitable for high-temperature measurements

View Source
Declaration
S = 4

E

E-type thermocouple (chromel–constantan), featuring a high output signal and excellent stability

View Source
Declaration
E = 5

B

B-type thermocouple (platinum–rhodium), used for very high-temperature measurements

View Source
Declaration
B = 6

R

R-type thermocouple (platinum–rhodium), suitable for high-temperature measurements

View Source
Declaration
R = 7