
Lab::Instrument::Agilent81134A - Agilent 81134A pulse generator

use Lab::Instrument::Agilent81134A;
my $a=new Lab::Instrument::Agilent81134A(0,22);

The Lab::Instrument::Agilent81134A class will provide an interface to the Agilent 81134A pulse generator. Right now, only two small example methods are provided.

my $a=new(\%options);

To be written.

probably many


This is $Id: Agilent81134A.pm 613 2010-04-14 20:40:41Z schroeer $
Copyright 2005 Daniel Schröer
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.