Lab::Instrument::ILM - Oxford Instruments ILM Intelligent level meter


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

Index


NAME

Top

Lab::Instrument::ILM - Oxford Instruments ILM Intelligent level meter

SYNOPSIS

Top

    use Lab::Instrument::ILM;

    my $ilm=new Lab::Instrument::ILM($isobus,3);
    print $ilm->get_level();

DESCRIPTION

Top

The Lab::Instrument::ILM class implements an interface to the Oxford Instruments ILM helium level meter (tested with the ILM210).

CONSTRUCTOR

Top

    my $ilm=new Lab::Instrument::ILM($isobus,$addr);

Instantiates a new ILM object, for example attached to the IsoBus device (of type Lab::Instrument::IsoBus) $IsoBus, with IsoBus address $addr. All constructor forms of Lab::Instrument are available.

METHODS

Top

get_level

    $perc=$ilm->get_level();
    $perc=$ilm->get_level(1);

Reads out the current helium level in percent. Note that this command does NOT trigger a measurement, but only reads out the last value measured by the ILM. This means that in slow mode values may remain constant for several minutes.

As optional parameter a channel number can be provided. This defaults to 1.

CAVEATS/BUGS

Top

probably many

SEE ALSO

Top

Lab::Instrument

AUTHOR/COPYRIGHT

Top


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