dodal.devices.eurotherm.EurothermGeneral# class dodal.devices.eurotherm.EurothermGeneral[source]# A base class for any eurotherm controller. Parameters: prefix (str) name (str, default: '') pid_class (type[TypeVar(P, bound= EurothermPID)], default: <class 'dodal.devices.eurotherm.EurothermPID'>) temp_suffix (str, default: 'PV:RBV') Methods locate() set(value) Set the blower to a specific temperature. Attributes set(value: float)[source]# Set the blower to a specific temperature. Parameters: value (float)