NAME

Lab::XPRESS::Sweep::SignalRecoveryPhase - Signal recovery lock in phase sweep (deprecated)

VERSION

version 3.899

SYNOPSIS

my $hub = new Lab::XPRESS::hub();
my $lia = ...
my $sweep_voltage = $hub->Sweep('SignalRecoveryPhase',
{
instrument => $lia,
points => [0,10],
stepwidth => [1],
mode => 'step',
backsweep => 0
});

.

DESCRIPTION

This module belongs to a deprecated legacy module stack, frozen and not under development anymore. Please port your code to the new API; its documentation can be found on the Lab::Measurement homepage, https://www.labmeasurement.de/.

Parent: Lab::XPRESS::Sweep

The Lab::XPRESS::Sweep::SignalRecoveryPhase

CAVEATS/BUGS

probably none

SEE ALSO

Lab::XPRESS::Sweep

COPYRIGHT AND LICENSE

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

Copyright 2021 Simon Reinhardt

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.