NAME
Lab::Moose::Sweep::Step::Magnet - Step/list sweep of magnetic field
VERSION
version 3.640
SYNOPSIS
my $sweep = sweep(
type => 'Step::Magnet',
instrument => $ips,
from => -1, # Tesla
to => 1,
step => 0.1, # steps of 0.1 Tesla
rate => 1, (Tesla/min, mandatory, always positive)
);
Description
Step sweep with following properties:
-
Uses instruments C<sweep_to_field> method to set the field.
Default filename extension:
'Field='
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by the Lab::Measurement team; in detail:
Copyright 2018 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.