Lab::Instrument::SRS_SIM928 - SRS SIM928 voltage source module for SIM900 mainframe
use Lab::Instrument::SRS_SIM928;
my $gates=new Lab::Instrument::SRS_SIM928(0,11);
$gates->set_voltage(0.745,1);
print $gate14->get_voltage(1);
my $plunger=new Lab::Instrument::Source($gates, 3);
$plunger->set_voltage(-0.5);
The Lab::Instrument::SRS_SIM928 class implements an interface to the SIM928 voltage source modules. This class derives from Lab::Instrument::Source and provides all functionality described there.
Provides information on the battery in the module $channel.
Clears the error status.
Resets the module. Voltage is set to zero and output is turned OFF.
Returns the information provided by the instrument's '*IDN?' command.
probably many
This is $Id$
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.