pmutt.constants.T0

pmutt.constants.T0(units)

Room temperature

Parameters:

units (str) –

Units for T0. Supported units

Unit

Description

Value

K

Kelvin

298.15

C

Celcius

25

R

Rankine

536.67

F

Fahrenheit

77

Returns:

T0 – Room temperature in appropriate units

Return type:

float

Raises:

KeyError – If units is not supported.