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

NAME

Lab::XPRESS::Sweep::Amplitude - Amplitude sweep of AC voltage/current

VERSION

version 3.771

SYNOPSIS

    use Lab::Measurement
        
        my $sweep_amplitude = Sweep('Amplitude',
                {
                instrument => $lock_in,
                points => [0,1],
                stepwidth => [0.1],
                mode => 'step',         
                backsweep => 0 
                });

CAVEATS/BUGS

probably none

SEE ALSO

Lab::XPRESS::Sweep

COPYRIGHT AND LICENSE

This software is copyright (c) 2021 by the Lab::Measurement team; in detail:

  Copyright 2019       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.