NAME
Lab::Moose::Instrument::Common - Role for common commands declared mandatory by IEEE 488.2
VERSION
version 3.904
METHODS
cls
Send *CLS command.
idn
Return result of *IDN? query.
idn_manufacturer
Returns the manufacturer field from an *IDN? query.
idn_model
Returns the model field from an *IDN? query.
idn_serial
Returns the serial number field from an *IDN? query.
idn_firmware
Returns the firmware version field from an *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) 2024 by the Lab::Measurement team; in detail:
Copyright 2016 Simon Reinhardt
2017 Andreas K. Huettel, Simon Reinhardt
2018 Andreas K. Huettel
2020 Sam Bingner
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.