NAME

Lab::Instrument::OI_Triton - Oxford Instruments Triton DR Control

SYNOPSIS

use Lab::Instrument::OI_Triton;

my $m=new Lab::Instrument::OI_Triton(
  connection_type=>'Socket', 
  remote_port=>33576, 
  remote_addr=>'triton',
);

DESCRIPTION

The Lab::Instrument::OI_Triton class implements an interface to the Oxford Instruments Triton dilution refrigerator control system.

METHODS

get_temperature

$t=$m->get_temperature('1');

Read out the designated temperature channel. Result is in Kelvin (?).

CAVEATS/BUGS

probably many

SEE ALSO

Lab::Instrument

AUTHOR/COPYRIGHT

Copyright 2014 Andreas K. Hüttel (L<http://www.akhuettel.de/>)

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