NAME
Lab::Moose::Connection::VISA::VXI11 - VXI-11 frontend to National Instruments' VISA library.
VERSION
version 3.930
SYNOPSIS
use
Lab::Moose
my
$instrument
= instrument(
type
=>
'random_instrument'
,
connection_type
=>
'VISA::VXI11'
,
connection_options
=> {
host
=>
'132.188.12.12'
}
);
DESCRIPTION
Creates a VXI-11 resource name for the VISA backend.
COPYRIGHT AND LICENSE
This software is copyright (c) 2025 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.