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=',
);
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...