NAME
Lab::XPRESS::Sweep::Repeater - simple repeater
.
SYNOPSIS
use Lab::XPRESS::hub;
my $hub = new Lab::XPRESS::hub();
my $repeater = $hub->Sweep('Repeater',
{
repetitions => 5
});
.
DESCRIPTION
Parent: Lab::XPRESS::Sweep::Sweep
The Lab::XPRESS::Sweep::Repeater class implements a simple repeater module in the Lab::XPRESS::Sweep framework.
.
CONSTRUCTOR
my $repeater = $hub->Sweep('Repeater',
{
repetitions => 5
});
Instantiates a new Repeater.
.
PARAMETERS
repetitions [int] (default = 1)
number of repetitions. default value is 1, negative values indicate a infinit number of repetitions.
.
id [string] (default = 'Repeater')
Just an ID.
.
filename_extention [string] (default = '#=')
Defines a postfix, that will be appended to the filenames if necessary.
.
delay_before_loop [int] (default = 0)
defines the time in seconds to wait after the starting point has been reached.
.
delay_in_loop [int] (default = 0)
This parameter is relevant only if mode = 'step' or 'list' has been selected. Defines the time in seconds to wait after the value for the next step has been reached.
.
delay_after_loop [int] (default = 0)
Defines the time in seconds to wait after the sweep has been finished. This delay will be executed before an optional backsweep or optional repetitions of the sweep.
.
CAVEATS/BUGS
probably none
.
SEE ALSO
.
AUTHOR/COPYRIGHT
Christian Butschkow and Stefan Geißler
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 158:
Non-ASCII character seen before =encoding in 'Geißler'. Assuming UTF-8