NAME

Lab::Moose::Connection::VXI11 - Connection backend to VXI-11 (Lan/TCP)

VERSION

version 3.751

SYNOPSIS

use Lab::Moose;

my $instrument = instrument(
    type => 'random_instrument',
    connection_type => 'VXI11',
    connection_options => {host => '132.199.11.2'}
);

DESCRIPTION

Connection backend based on Lab::VXI11.

COPYRIGHT AND LICENSE

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

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