NAME
Lab::Moose::Sweep::Step::Magnet - Step/list sweep of magnetic field
VERSION
version 3.690
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) 2019 by the Lab::Measurement team; in detail:
Copyright 2018-2019  Simon ReinhardtThis is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.