package Keithley2400 @ISA = qw() sub BEGIN sub new my ($module, @args) = @_; return $this; sub DESTROY my $this = shift; sub GetFunctions return "|DCVMeasure|DCIMeasure|ACVMeasure|ACIMeasure|"; sub Initialize my ($this) = @_; sub Finish my ($this) = @_; sub Clear my ($this) = @_; sub Reset my ($this) = @_; sub GetId my ($this) = @_; return $this->read(); sub SetDCVoltMode my ($this) = @_; sub SetSourceVoltage my ($this, $V) = @_; sub SetVSourceOutput my ($this, $f) = @_; sub SetVSourceLimit my ($this, $VSourceLimit) = @_; sub Measure my ($this) = @_; return $ValueStr;