NAME

Lab::Moose::Instrument::HP34410A - HP 34410A digital multimeter.

VERSION

version 3.642

SYNOPSIS

my $dmm = instrument(
   type => 'HP34410A',
   connection_type => 'VXI11',
   connection_options => {host => '192.168.3.27'},
   );
   
my $voltage = $dmm->get_value();

METHODS

Used roles:

Lab::Moose::Instrument::SCPI::Sense::Function
Lab::Moose::Instrument::SCPI::Sense::Range
Lab::Moose::Instrument::SCPI::Sense::NPLC

get_value

my $voltage = $dmm->get_value();

Perform voltage/current measurement.

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by the Lab::Measurement team; in detail:

Copyright 2017-2018  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.