NAME

Lab::Moose::Connection - Role for connections

VERSION

version 3.810

DESCRIPTION

This role should be consumed by all connections in the Lab::Moose::Connection namespace. It declares the required methods.

Query

my $data = $connection->Query(command => '*IDN?');

Call Write followed by Read.

COPYRIGHT AND LICENSE

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

Copyright 2016       Simon Reinhardt
          2017       Andreas K. Huettel, 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.