lab-measurement / Lab-Measurement

Lab::Measurement allows to perform test and measurement tasks with Perl scripts.
https://www.labmeasurement.de/
Other
10 stars 12 forks source link

Need Lab::Moose::Sweep::Step::Power #27

Closed akhuettel closed 5 years ago

akhuettel commented 5 years ago

This should be mostly copy/paste, but Lab::Moose::Sweep::Step::Power would be useful to have globally. Right now we define it quick and dirty in the scripts...

my $sweep_power = sweep(
    type       => 'Step',
    #instrument => $smb,
    #delay_in_loop => 0.05,
    setter => $power_setter,
    from => $powerstart, to => $powerend, step => $powerstepwidth,
    filename_extension => 'Power=', 
);