NAME
Lab::XPRESS::Sweep::SignalRecoveryPhase - Signal recovery lock in phase sweep
VERSION
version 3.831
SYNOPSIS
use Lab::XPRESS::hub;
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
Parent: Lab::XPRESS::Sweep
The Lab::XPRESS::Sweep::SignalRecoveryPhase
CAVEATS/BUGS
probably none
SEE ALSO
COPYRIGHT AND LICENSE
This software is copyright (c) 2022 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.