NAME
Lab::Moose::Instrument::HP34410A - HP 34410A digital multimeter.
VERSION
version 3.803
SYNOPSIS
my $dmm = instrument(
type => 'HP34410A',
connection_type => 'VXI11',
connection_options => {host => '192.168.3.27'},
);
$dmm->sense_range(value => 10);
$dmm->sense_nplc(value => 2);
my $voltage = $dmm->get_value();
METHODS
Used roles:
- Lab::Moose::Instrument::SCPI::Sense::Function
- Lab::Moose::Instrument::SCPI::Sense::Impedance
- Lab::Moose::Instrument::SCPI::Sense::NPLC
- Lab::Moose::Instrument::SCPI::Sense::Null
- Lab::Moose::Instrument::SCPI::Sense::Range
get_value
my $voltage = $dmm->get_value();
Perform voltage/current measurement.
COPYRIGHT AND LICENSE
This software is copyright (c) 2022 by the Lab::Measurement team; in detail:
Copyright 2017-2018 Simon Reinhardt
2020 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.