NAME
Lab::Moose::Sweep::Step::Temperature - Step/list sweep of temperature
VERSION
version 3.930
SYNOPSIS
my
$sweep
= sweep(
type
=>
'Step::Temperature'
,
instrument
=>
$oi_triton
,
from
=> 0.010,
# K
to
=> 0.5,
step
=> 0.05,
# K
# stabilizer options (details in Lab::Moose::Stabilizer)
tolerance_setpoint
=> 0.01,
tolerance_std_dev
=> 0.01,
measurement_interval
=> 1,
observation_time
=> 10,
...
);
Description
Step sweep of temperature.
Set the temperature with instrument's set_T
method; use Lab::Moose::Stabilizer to wait until temperature has converged to the setpoint.
COPYRIGHT AND LICENSE
This software is copyright (c) 2025 by the Lab::Measurement team; in detail:
Copyright 2018 Andreas K. Huettel, Simon Reinhardt
2019 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.