| Lab-Instrument documentation | view source | Contained in the Lab-Instrument distribution. |
Lab::Instrument::Lakeshore336 - Lakeshore 336 Temperature controller
UNGETESTET
use Lab::Instrument::Lakeshore336;
my $lake=new Lab::Instrument::Lakeshore336(0,10);
$temp = $lake->read_t();
$r = $lake->read_r();
The Lab::Instrument::Lakeshore336 class implements an interface to the Lakeshore 336 AC Resistance Bridge.
$lake=new Lab::Instrument::Lakeshore370($board,$gpib);
$t = $lake->read_t();
Reads temperature in Kelvin (only possible if temperature curve is available, otherwise returns zero).
$r = $lake->read_r();
Reads resistance in ohms.
$id=$sr780->id();
Returns the instruments ID string.
probably many
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.
| Lab-Instrument documentation | view source | Contained in the Lab-Instrument distribution. |