The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

UNGETESTET

SYNOPSIS

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

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

DESCRIPTION

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

CONSTRUCTOR

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

METHODS

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

probably many

SEE ALSO

Lab::Instrument

AUTHOR/COPYRIGHT

This is $Id: Lakeshore336.pm 650 2010-04-22 19:09:27Z schroeer $

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.