Class Lakeshore#
Defined in File thermal_interface.h
Class Documentation#
-
class Lakeshore#
Lakeshore interface class.
This class defines the interface for a Lakeshore device.
Public Functions
-
long read_temp(std::string chan, float &tempval)#
read specified temperature channel and return value
-
long read_heat(std::string chan, float &heat)#
read specified heater and return value
-
long set_setpoint(int output, float setpoint)#
set a setpoint
-
long get_setpoint(int output, float &setpoint)#
get a setpoint
-
long read_temp(std::string chan, float &tempval)#