The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Lab::Moose::Sweep::Step::Magnet - Step/list sweep of magnetic field

VERSION

version 3.740

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
     persistent_mode => 1, # use persistent mode (default: 0)
 );

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) 2021 by the Lab::Measurement team; in detail:

  Copyright 2018-2019  Simon Reinhardt
            2020       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.