-
Notifications
You must be signed in to change notification settings - Fork 0
/
abstract
16 lines (15 loc) · 1.04 KB
/
abstract
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Lab::Measurement is a collection of Perl modules providing control of Test &
Measurement devices. It allows for quickly setting up varying and evolving
complex measurement tasks with diverse hardware.
Instruments can be connected by various means as GPIB, USB-TMC, VXI-11
(Lan) or raw network sockets. Internally, backends as e.g. Linux-GPIB, National Instruments’
NI-VISA library or Zurich Instruments’ LabOne API are used as well as leightweight drivers for USB
and TCP/IP-based protocols. The wide range of supported connection
backends enables cross-platform portability. Dedicated instrument driver classes relieve
the user from taking care of internal or vendor-specific details.
A high-level layer enables fast and flexible creation
of nested measurement loops, where e.g. several input variables are varied and
output data is logged into a customizable folder structure.
Lab::Measurement has already been
successfully used in several low temperature transport spectroscopy setups. It
is free software and available at http://www.labmeasurement.de/