NAME
Lab::Instrument::OI_Triton - Oxford Instruments Triton dilution refrigerator control (deprecated)
VERSION
version 3.899
SYNOPSIS
use Lab::Instrument::OI_Triton;
my $m=new Lab::Instrument::OI_Triton(
connection_type=>'Socket',
remote_port=>33576,
remote_addr=>'triton',
);
DESCRIPTION
This module belongs to a deprecated legacy module stack, frozen and not under development anymore. Please port your code to the new API; its documentation can be found on the Lab::Measurement homepage, https://www.labmeasurement.de/.
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
COPYRIGHT AND LICENSE
This software is copyright (c) 2023 by the Lab::Measurement team; in detail:
Copyright 2014
2015 Andreas K. Huettel
2016 Andreas K. Huettel, Simon Reinhardt
2017 Andreas K. Huettel
2020 Andreas K. Huettel
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.