Lab::Instrument::SRS_SIM928 - SRS SIM928 voltage source module for SIM900 mainframe


Lab-Instrument documentation  | view source Contained in the Lab-Instrument distribution.

Index


NAME

Top

Lab::Instrument::SRS_SIM928 - SRS SIM928 voltage source module for SIM900 mainframe

SYNOPSIS

Top

    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);




DESCRIPTION

Top

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.

CONSTRUCTORS

Top

new($gpib_board,$gpib_addr)

METHODS

Top

set_voltage($voltage,$channel)

get_voltage($channel)

get_battery_status($channel)

Provides information on the battery in the module $channel.

clear($channel)

Clears the error status.

reset($channel)

Resets the module. Voltage is set to zero and output is turned OFF.

id()

Returns the information provided by the instrument's '*IDN?' command.

CAVEATS

Top

probably many

SEE ALSO

Top

Lab::VISA =item Lab::Instrument =item Lab::Instrument::Source

AUTHOR/COPYRIGHT

Top


Lab-Instrument documentation  | view source Contained in the Lab-Instrument distribution.