NAME
Lab::Instrument::SpectrumSCPI - Generic spectrum analyzer with SCPI command set
VERSION
version 3.613
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 :)
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by the Lab::Measurement team; in detail:
Copyright 2012 Hermann Kraus
2016 Simon Reinhardt
2017 Andreas K. Huettel
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.