NAME
Lab::Instrument::OI_ITC503 - Oxford Instruments ITC503 Intelligent Temperature Control
VERSION
version 3.700
SYNOPSIS
use Lab::Instrument::OI_ITC503;
my $itc=new Lab::Instrument::OI_ITC503(
isobus_address=>3,
);
DESCRIPTION
The Lab::Instrument::OI_ITC503 class implements an interface to the Oxford Instruments ITC intelligent temperature controller (tested with the ITC503). This driver is still work in progress and also lacks documentation.
CAVEATS/BUGS
probably many
SEE ALSO
COPYRIGHT AND LICENSE
This software is copyright (c) 2020 by the Lab::Measurement team; in detail:
Copyright 2011-2012 Andreas K. Huettel, Florian Olbrich
2013 Andreas K. Huettel
2015 Alois Dirnaichner
2016 Simon Reinhardt
2017 Andreas K. Huettel, Simon Reinhardt
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.