The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 3.772

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

Lab::XPRESS::Sweep

COPYRIGHT AND LICENSE

This software is copyright (c) 2021 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.