Kwalitee Issues

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

buildtool_not_executable

Change the permissions of Build.PL/Makefile.PL to not-executable.

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: Lab::Connection::Socket, Lab::Exception, Lab::Exception::Base, Lab::Generic::CLOptions, Lab::Instrument::IPS, Lab::Measurement::KeyboardHandling

use_warnings

Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.

Error: Lab::Bus, Lab::Bus::IsoBus, Lab::Bus::LinuxGPIB, Lab::Bus::MODBUS_RS232, Lab::Bus::Socket, Lab::Bus::USBtmc, Lab::Bus::VICP, Lab::Bus::VISA, Lab::Connection, Lab::Connection::DEBUG, Lab::Connection::GPIB, Lab::Connection::IsoBus, Lab::Connection::LinuxGPIB, Lab::Connection::MODBUS_RS232, Lab::Connection::RS232, Lab::Connection::Socket, Lab::Connection::TCPraw, Lab::Connection::USBtmc, Lab::Connection::VICP, Lab::Connection::VISA, Lab::Connection::VISA_GPIB, Lab::Connection::VISA_RS232, Lab::Data::Meta, Lab::Data::PDL, Lab::Data::Plotter, Lab::Exception, Lab::Exception::Base, Lab::Generic, Lab::Generic::CLOptions, Lab::Instrument::AH2700A, Lab::Instrument::Agilent34420A, Lab::Instrument::Cryogenic_SMS, Lab::Instrument::HP34401A, Lab::Instrument::HP34420A, Lab::Instrument::HP3458A, Lab::Instrument::HP83732A, Lab::Instrument::IPS, Lab::Instrument::ITC, Lab::Instrument::Keithley2000, Lab::Instrument::Keithley2400, Lab::Instrument::Lakeshore224, Lab::Instrument::MG369xB, Lab::Instrument::MagnetSupply, Lab::Instrument::Multimeter, Lab::Instrument::OI_ILM210, Lab::Instrument::OI_IPS, Lab::Instrument::OI_ITC503, Lab::Instrument::OI_Mercury, Lab::Instrument::OI_Triton, Lab::Instrument::PD11042, Lab::Instrument::ProStep4, Lab::Instrument::RSSMB100A, Lab::Instrument::SR830, Lab::Instrument::SpectrumSCPI, Lab::Instrument::TCD, Lab::Instrument::TemperatureControl, Lab::Instrument::TemperatureControl::TLK43, Lab::Instrument::TemperatureDiode, Lab::Instrument::TemperatureDiode::SI420, Lab::Instrument::U2000, Lab::Instrument::Vectormagnet, Lab::Measurement::KeyboardHandling, Lab::MultiChannelInstrument, Lab::XPRESS::Data::XPRESS_DataFile, Lab::XPRESS::Data::XPRESS_dataset, Lab::XPRESS::Data::XPRESS_logger, Lab::XPRESS::Data::XPRESS_plotter, Lab::XPRESS::Sweep::DietersCrazyTempSweep, Lab::XPRESS::Sweep::Dummy, Lab::XPRESS::Sweep::Frame, Lab::XPRESS::Sweep::Frequency, Lab::XPRESS::Sweep::Magnet, Lab::XPRESS::Sweep::Motor, Lab::XPRESS::Sweep::Power, Lab::XPRESS::Sweep::PulseLength, Lab::XPRESS::Sweep::PulsePeriod, Lab::XPRESS::Sweep::Repeater, Lab::XPRESS::Sweep::Sweep, Lab::XPRESS::Sweep::Temperature, Lab::XPRESS::Sweep::Time, Lab::XPRESS::Xpression::Plotter, Lab::XPRESS::Xpression::PlotterGUI, Lab::XPRESS::hub

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

Modules

Name Abstract Version View
Lab::Bus bus base class 3.541 metacpan
Lab::Bus::DEBUG interactive debug bus 3.541 metacpan
Lab::Bus::IsoBus Oxford Instruments IsoBus bus 3.541 metacpan
Lab::Bus::LinuxGPIB LinuxGPIB bus 3.541 metacpan
Lab::Bus::MODBUS_RS232 RS232/RS485 MODBUS RTU protocol bus 3.541 metacpan
Lab::Bus::RS232 RS232 or Virtual Comm port bus 3.541 metacpan
Lab::Bus::Socket IP socket as bus 3.541 metacpan
Lab::Bus::USBtmc USBtmc bus 3.541 metacpan
Lab::Bus::VICP VICP bus 3.541 metacpan
Lab::Bus::VISA National Instruments VISA bus 3.541 metacpan
Lab::Connection connection base class 3.541 metacpan
Lab::Connection::DEBUG debug connection 3.541 metacpan
Lab::Connection::DEBUG::Log 3.541 metacpan
Lab::Connection::DEBUG::Trace 3.541 metacpan
Lab::Connection::GPIB base class for GPIB connections 3.541 metacpan
Lab::Connection::IsoBus IsoBus connection class which uses L<Lab::Bus::IsoBus> as a backend. 3.541 metacpan
Lab::Connection::LinuxGPIB connection class which uses LinuxGPIB (libgpib0) as a backend. 3.541 metacpan
Lab::Connection::LinuxGPIB::Log 3.541 metacpan
Lab::Connection::LinuxGPIB::Trace 3.541 metacpan
Lab::Connection::Log 3.541 metacpan
Lab::Connection::LogMethodCall 3.541 metacpan
Lab::Connection::MODBUS_RS232 connection class for Lab::Bus::MODBUS_RS232 3.541 metacpan
Lab::Connection::Mock 3.541 metacpan
Lab::Connection::RS232 base class for RS232 connections 3.541 metacpan
Lab::Connection::Socket 3.541 metacpan
Lab::Connection::Socket::Trace 3.541 metacpan
Lab::Connection::TCPraw connection class which uses a so-called TCPraw connection 3.541 metacpan
Lab::Connection::Trace trace communication with instruments. This module is designed to provide a simple, compact record of messages sent to and received from an instrument, suitable for later analysis. The trace file has one line per message. Examples: 3.541 metacpan
Lab::Connection::USBtmc connection class which uses F</dev/usbtmc> as backend 3.541 metacpan
Lab::Connection::USBtmc::Trace 3.541 metacpan
Lab::Connection::VICP connection class which uses VICP ethernet protocol backend. The communication is primarily GPIB/IEEE-488 syntax. 3.541 metacpan
Lab::Connection::VICP::Trace 3.541 metacpan
Lab::Connection::VISA VISA-type connection class which uses L<Lab::Bus::VISA> and thus NI VISA (L<Lab::VISA>) as a backend. 3.541 metacpan
Lab::Connection::VISA_GPIB GPIB-type connection class which uses L<Lab::Bus::VISA> and thus NI VISA (L<Lab::VISA>) as a backend. 3.541 metacpan
Lab::Connection::VISA_GPIB::Log 3.541 metacpan
Lab::Connection::VISA_GPIB::Trace 3.541 metacpan
Lab::Connection::VISA_RS232 RS232-type connection class which uses L<Lab::Bus::VISA> and thus NI VISA (L<Lab::VISA>) as a backend. 3.541 metacpan
Lab::Data::Analysis Analyze data from 'Trace' files 3.541 metacpan
Lab::Data::Analysis::TekTDS 3.541 metacpan
Lab::Data::Analysis::WaveRunner 3.541 metacpan
Lab::Data::Meta Meta data for datasets 3.541 metacpan
Lab::Data::PDL 3.541 metacpan
Lab::Data::Plotter Plot data with Gnuplot 3.541 metacpan
Lab::Data::XMLtree Handle and store XML and perl data structures with precise declaration. 3.541 metacpan
Lab::Exception exception handling classes 3.541 metacpan
Lab::Exception::Base 3.541 metacpan
Lab::Generic 3.541 metacpan
Lab::Generic::CLOptions 3.541 metacpan
Lab::GenericSignals 3.541 metacpan
Lab::Instrument instrument base class 3.541 metacpan
Lab::Instrument::AH2700A 3.541 metacpan
Lab::Instrument::Agilent34410A HP/Agilent/Keysight 34410A or 34411A digital multimeter 3.541 metacpan
Lab::Instrument::Agilent34420A HP/Agilent 34420A or 34421A digital multimeter 3.541 metacpan
Lab::Instrument::Cryogenic_SMS 3.541 metacpan
Lab::Instrument::DummySource Dummy voltage source 3.541 metacpan
Lab::Instrument::HP33120A control HP33120A 15MHz function/arbitrary waveform generator. 3.541 metacpan
Lab::Instrument::HP34401A HP/Agilent 34401A digital multimeter 3.541 metacpan
Lab::Instrument::HP34420A HP/Agilent 34420A digital multimeter 3.541 metacpan
Lab::Instrument::HP3458A Agilent 3458A Multimeter 3.541 metacpan
Lab::Instrument::HP83732A HP 83732A Series Synthesized Signal Generator 3.541 metacpan
Lab::Instrument::IPS Oxford Instruments IPS Magnet Power Supply 3.541 metacpan
Lab::Instrument::ITC Oxford Instruments ITC Intelligent Temperature Control 3.541 metacpan
Lab::Instrument::Keithley2000 Keithley 2000 digital multimeter 3.541 metacpan
Lab::Instrument::Keithley2400 Keithley 2400 digital multimeter 3.541 metacpan
Lab::Instrument::LabViewHeater 3.541 metacpan
Lab::Instrument::Lakeshore224 3.541 metacpan
Lab::Instrument::Lakeshore33x Lakeshore 33x Temperature controller 3.541 metacpan
Lab::Instrument::Lakeshore340 Lakeshore 340 Temperature controller 3.541 metacpan
Lab::Instrument::MG369xB MG369xB Series Signal Generator 3.541 metacpan
Lab::Instrument::MagnetSupply base class for magnet power supply instruments 3.541 metacpan
Lab::Instrument::Multimeter Generic digital multimeter interface 3.541 metacpan
Lab::Instrument::OI_ILM210 Oxford Instruments ILM Intelligent Level Meter 3.541 metacpan
Lab::Instrument::OI_IPS Oxford Instruments IPS series superconducting magnet supply 3.541 metacpan
Lab::Instrument::OI_ITC503 Oxford Instruments ITC503 Intelligent Temperature Control 3.541 metacpan
Lab::Instrument::OI_Mercury Oxford Instruments Mercury Cryocontrol 3.541 metacpan
Lab::Instrument::OI_Triton Oxford Instruments Triton DR Control 3.541 metacpan
Lab::Instrument::PD11042 42mm stepper motor with integrated controller/driver 3.541 metacpan
Lab::Instrument::ProStep4 3.541 metacpan
Lab::Instrument::RSSMB100A Rohde & Schwarz SMB100A Signal Generator 3.541 metacpan
Lab::Instrument::SR830 Stanford Research SR830 Lock-In Amplifier 3.541 metacpan
Lab::Instrument::SR830::AuxIn Aux Inputs of the Stanford Research SR830 Lock-In Amplifier. 3.541 metacpan
Lab::Instrument::SR830::AuxOut Aux Outputs of the Stanford Research SR830 Lock-In Amplifier. 3.541 metacpan
Lab::Instrument::Source base class for voltage source instruments 3.541 metacpan
Lab::Instrument::SpectrumSCPI Spectrum Analyzer with SCPI command set 3.541 metacpan
Lab::Instrument::TCD 3.541 metacpan
Lab::Instrument::TDS2024B Control Tektronix TDS2024B digital oscilloscope, via USBtmc. 3.541 metacpan
Lab::Instrument::TRMC2 ABB TRMC2 temperature controller 3.541 metacpan
Lab::Instrument::TemperatureControl base class for temperature control instruments 3.541 metacpan
Lab::Instrument::TemperatureControl::TLK43 3.541 metacpan
Lab::Instrument::TemperatureDiode 3.541 metacpan
Lab::Instrument::TemperatureDiode::SI420 3.541 metacpan
Lab::Instrument::U2000 Agilent U2000 series USB Power Sensor 3.541 metacpan
Lab::Instrument::Vectormagnet 3.541 metacpan
Lab::Instrument::WR640 Control LeCroy WaveRunner 640 digital oscilloscope, via ethernet VICP protocol (maybe USBTMC also) 3.541 metacpan
Lab::Instrument::Yokogawa7651 Yokogawa 7651 DC source 3.541 metacpan
Lab::Instrument::YokogawaGS200 Yokogawa GS200 DC source 3.541 metacpan
Lab::Measurement Log, describe and plot data on the fly 3.541 metacpan
Lab::Measurement::KeyboardHandling 3.541 metacpan
Lab::Moose convenient loaders and constructors for L<Lab::Moose::Instrument>, L<Lab::Moose::DataFolder> and L<Lab::Moose::DataFile>. 3.541 metacpan
Lab::Moose::Connection Role for connections. 3.541 metacpan
Lab::Moose::Connection::Debug 3.541 metacpan
Lab::Moose::Connection::LinuxGPIB Connection backend to the LinuxGpib library and kernel drivers. 3.541 metacpan
Lab::Moose::Connection::Mock 3.541 metacpan
Lab::Moose::Connection::Socket Transfer IEEE 488.2 / SCPI messages over TCP socket. 3.541 metacpan
Lab::Moose::DataFile Base class for data file types. 3.541 metacpan
Lab::Moose::DataFile::Gnuplot Text based data file. 3.541 metacpan
Lab::Moose::DataFile::Gnuplot::2D 2D data file with live plotting support. 3.541 metacpan
Lab::Moose::DataFile::Meta YAML Metadata file. 3.541 metacpan
Lab::Moose::DataFile::Read 3.541 metacpan
Lab::Moose::DataFolder Create a data directory with meta data. 3.541 metacpan
Lab::Moose::Instrument Base class for instrument drivers. 3.541 metacpan
Lab::Moose::Instrument::Cache Role for device cache functionality in Moose::Instrument drivers. 3.541 metacpan
Lab::Moose::Instrument::Common Role for common commands declared mandatory by IEEE 488.2. 3.541 metacpan
Lab::Moose::Instrument::Log 3.541 metacpan
Lab::Moose::Instrument::RS_FSV Rohde & Schwarz FSV Signal and Spectrum Analyzer 3.541 metacpan
Lab::Moose::Instrument::RS_SMB Rohde & Schwarz SMB Signal Generator 3.541 metacpan
Lab::Moose::Instrument::RS_ZVA Rohde & Schwarz ZVA Vector Network Analyzer 3.541 metacpan
Lab::Moose::Instrument::RS_ZVM Rohde & Schwarz ZVM Vector Network Analyzer 3.541 metacpan
Lab::Moose::Instrument::SCPI::Calculate::Data 3.541 metacpan
Lab::Moose::Instrument::SCPI::Format 3.541 metacpan
Lab::Moose::Instrument::SCPI::Initiate Role for SCPI INITiate subsystem used by R&S. 3.541 metacpan
Lab::Moose::Instrument::SCPI::Instrument 3.541 metacpan
Lab::Moose::Instrument::SCPI::Sense::Average Role for SCPI SENSe:AVERage subsystem. 3.541 metacpan
Lab::Moose::Instrument::SCPI::Sense::Bandwidth Role for SCPI SENSe:BANDwidth subsystem. 3.541 metacpan
Lab::Moose::Instrument::SCPI::Sense::Frequency Role for SCPI SENSe:FREQuency subsystem. 3.541 metacpan
Lab::Moose::Instrument::SCPI::Sense::Function Role for SCPI SENSe:FUNCtion subsystem. 3.541 metacpan
Lab::Moose::Instrument::SCPI::Sense::Sweep Role for SCPI SENSe:SWEep subsystem. 3.541 metacpan
Lab::Moose::Instrument::SCPI::Source::Power Role for SCPI SOURce:POWer subsystem. 3.541 metacpan
Lab::Moose::Instrument::SCPI::Trace::Data::Response 3.541 metacpan
Lab::Moose::Instrument::SCPIBlock 3.541 metacpan
Lab::Moose::Instrument::SR830 Stanford Research SR830 Lock-In Amplifier 3.541 metacpan
Lab::Moose::Instrument::VNASweep Role for network analyzer sweeps. 3.541 metacpan
Lab::Moose::Plot Frontend to L<PDL::Graphics::Gnuplot>. 3.541 metacpan
Lab::MultiChannelInstrument 3.541 metacpan
Lab::MultiChannelInstrument::DeviceCache 3.541 metacpan
Lab::SCPI Match L<SCPI|http://www.ivifoundation.org/scpi/> headers and parameters against keywords. 3.541 metacpan
Lab::XPRESS::Data::XPRESS_DataFile 3.541 metacpan
Lab::XPRESS::Data::XPRESS_dataset 3.541 metacpan
Lab::XPRESS::Data::XPRESS_logger 3.541 metacpan
Lab::XPRESS::Data::XPRESS_plotter 3.541 metacpan
Lab::XPRESS::Sweep::DietersCrazyTempSweep 3.541 metacpan
Lab::XPRESS::Sweep::Dummy 3.541 metacpan
Lab::XPRESS::Sweep::Frame 3.541 metacpan
Lab::XPRESS::Sweep::Frequency Frequency-Sweep 3.541 metacpan
Lab::XPRESS::Sweep::LogBlock Sweep add-on for matrix logging. 3.541 metacpan
Lab::XPRESS::Sweep::Magnet magnetic field sweep 3.541 metacpan
Lab::XPRESS::Sweep::Motor stepper motor sweep 3.541 metacpan
Lab::XPRESS::Sweep::Power Power-Sweep 3.541 metacpan
Lab::XPRESS::Sweep::PulseLength 3.541 metacpan
Lab::XPRESS::Sweep::PulsePeriod 3.541 metacpan
Lab::XPRESS::Sweep::Repeater simple repeater 3.541 metacpan
Lab::XPRESS::Sweep::Sweep base class for Sweeps 3.541 metacpan
Lab::XPRESS::Sweep::Temperature temperature sweep 3.541 metacpan
Lab::XPRESS::Sweep::Time simple time controlled repeater 3.541 metacpan
Lab::XPRESS::Sweep::Voltage voltage sweep 3.541 metacpan
Lab::XPRESS::Xpression::Plotter 3.541 metacpan
Lab::XPRESS::Xpression::PlotterGUI 3.541 metacpan
Lab::XPRESS::hub 3.541 metacpan
Lab::XPRESSION::Xpress::PlotterGUI_bidirectional 3.541 metacpan
Lab::XPRESSION::Xpress::bidirectional_gnuplot_pipe 3.541 metacpan

Other Files

Build.PL metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
README metacpan
README.rpm metacpan