Connecting to ILM 200 by Oxford Instruments in Python
Instrument Card
ILM200 is a family of intelligent Cryogen Level Meters with general application in systems containing liquid helium or liquid nitrogen.
Device Specification: here
Manufacturer card: OXFORD INSTRUMENTS
Oxford Instruments plc is a United Kingdom manufacturing and research company that designs and manufactures tools and systems for industry and research. The company is headquartered in Abingdon, Oxfordshire, England, with sites in the United Kingdom, United States, Europe, and Asia.[2] It is listed on the London Stock Exchange and is a constituent of the FTSE 250 Index.[3]
- Headquarters: Abingdon, United Kingdom
- Yearly Revenue (millions, USD): 367.3
- Vendor Website: here
Connect to the ILM 200 in Python
Read our guide for turning Python scripts into Flojoy nodes.
PROTOCOLS > SCPI
Explanation:
- Import the necessary modules and classes from Qcodes.
- Create an instance of the
OxfordInstruments_ILM200
class using thecreate
function. Provide a name for the instrument (ilm
) and the instrument address (ASRL4::INSTR
). - Use the
level
method to get the helium level from the ILM 200 Power Meter. - Use the
status
method to get the status of the device. - Use the
rate
method to set the probe rate to fast. - Close the connection to the instrument using the
close
method.