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

NAME

Lab::Instrument::U2000 - Agilent U2000 series USB Power Sensor

DESCRIPTION

The Lab::Instrument::Multmeter class implements a generic interface to digital all-purpose multimeters. It is intended to be inherited by other classes, not to be called directly, and provides a set of generic functions. The class

CONSTRUCTOR

    my $power=new(\%options);

METHODS

get_value

    $value=$power->get_value();

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

id

    $id=$hp->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.