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

NAME

Lab::Instrument::SpectrumSCPI - Spectrum Analyzer with SCPI command set

DESCRIPTION

The Lab::Instrument::SpectrumSCPI class implements a generic interface to digital spectrum analyzers with SCPI command set. It is tested against a R&S FSV 7.

CONSTRUCTOR

    my $spectrum=new(\%options);

METHODS

read

    $value=$spectrum->read();

Read out the current measurement value, for whatever type of measurement the sensor is currently configured. Waits for trigger.

id

    $id=$spectrum->id();

Returns the instruments ID string.

CAVEATS/BUGS

none known so far :)

SEE ALSO

AUTHOR/COPYRIGHT

  Copyright 2012 Hermann Kraus

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