NAME
Lab::Moose::Instrument::LinearStepSweep - Role for linear step sweeps used by voltage/current sources.
VERSION
version 3.810
METHODS
linear_step_sweep
$source->linear_step_sweep(
to => $new_level,
timeout => $timeout # optional
);
REQUIRED METHODS
The following methods are required for role consumption: max_units_per_second, max_units_per_step, min_units, max_units, source_level, cached_source_level, source_level_timestamp
COPYRIGHT AND LICENSE
This software is copyright (c) 2022 by the Lab::Measurement team; in detail:
Copyright 2017-2018 Simon Reinhardt
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.