NAME
Lab::Moose::Connection::Zhinst - Connection back end to Zurich Instrument's LabOne measurement control API
VERSION
version 3.920
SYNOPSIS
use
Lab::Moose;
my
$instrument
= instrument(
type
=>
'Random'
,
connection_type
=>
'Zhinst'
,
connection_options
=> {
host
=> ...,
port
=> ...}
);
DESCRIPTION
This module translates between YAML text commands and Lab::Zhinst method calls. The YAML commands are produced in Lab::Moose::Instrument::Zhinst.
COPYRIGHT AND LICENSE
This software is copyright (c) 2024 by the Lab::Measurement team; in detail:
Copyright 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.