NAME

Lab::Moose::Connection::Zhinst - Connection back end to Zurich Instrument's LabOne measurement control API.

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.