NAME
Lab::Moose::Connection::VISA::USB - USB-TMC frontend to National Instruments' VISA library.
VERSION
version 3.920
SYNOPSIS
use
Lab::Moose
my
$instrument
= instrument(
type
=>
'random_instrument'
,
connection_type
=>
'VISA::USB'
,
connection_options
=> {
vid
=> 0xabcd,
pid
=> 0x1234,
serial
=>
'MY47000419'
}
);
DESCRIPTION
Creates a USB resource name for the VISA backend.
COPYRIGHT AND LICENSE
This software is copyright (c) 2024 by the Lab::Measurement team; in detail:
Copyright 2018-2019 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.