Lab::Instrument::Lakeshore336 - Lakeshore 336 Temperature controller


Lab-Instrument documentation  | view source Contained in the Lab-Instrument distribution.

Index


NAME

Top

Lab::Instrument::Lakeshore336 - Lakeshore 336 Temperature controller

UNGETESTET

SYNOPSIS

Top

    use Lab::Instrument::Lakeshore336;

    my $lake=new Lab::Instrument::Lakeshore336(0,10);

    $temp = $lake->read_t();
    $r = $lake->read_r();

DESCRIPTION

Top

The Lab::Instrument::Lakeshore336 class implements an interface to the Lakeshore 336 AC Resistance Bridge.

CONSTRUCTOR

Top

  $lake=new Lab::Instrument::Lakeshore370($board,$gpib);

METHODS

Top

read_t

  $t = $lake->read_t();

Reads temperature in Kelvin (only possible if temperature curve is available, otherwise returns zero).

read_r

  $r = $lake->read_r();

Reads resistance in ohms.

id

  $id=$sr780->id();

Returns the instruments ID string.

CAVEATS/BUGS

Top

probably many

SEE ALSO

Top

Lab::Instrument

AUTHOR/COPYRIGHT

Top


Lab-Instrument documentation  | view source Contained in the Lab-Instrument distribution.