The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Lab::Moose::Instrument::Common - Role for common commands declared mandatory by IEEE 488.2

VERSION

version 3.642

METHODS

cls

Send *CLS command.

idn

Return result of *IDN? query.

opc

Send *OPC command.

opc_query

Return result of *OPC? query.

opc_sync

Perform opc_query and croak if it does not return '1'. Make sure to provide a sufficient timeout.

rst

Send *RST command.

wai

Send *WAI command.

COPYRIGHT AND LICENSE

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

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