NAME
Lab::Moose::Connection::USB - Connection backend to USB Test & Measurement (USBTMC) bus
VERSION
version 3.690
SYNOPSIS
use Lab::Moose;
my $instrument = instrument(
    type => 'random_instrument',
    connection_type => 'USB',
    connection_options => {
        vid => 0x0957,
        pid => 0x0607,
        serial => 'MY47000419', # only needed if vid/pid is ambiguous
    }
);DESCRIPTION
Connection backend based on libusb via the USB::TMC distribution.
COPYRIGHT AND LICENSE
This software is copyright (c) 2019 by the Lab::Measurement team; in detail:
Copyright 2017-2018  Simon ReinhardtThis is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.