Connecting to SR865A by Stanford Research Systems in Python
Instrument Card
Device Specification: here
Manufacturer card: STANFORD RESEARCH SYSTEMS
Stanford Research Systems is a maker of general test and measurement instruments. The company was founded in 1980, is privately held, and is not affiliated with Stanford University.
- Headquarters: USA
- Yearly Revenue (millions, USD): 25
- Vendor Website: here
Connect to the SR865A in Python
Read our guide for turning Python scripts into Flojoy nodes.
PROTOCOLS > SCPI
To connect to a SR865A Lockin Amplifier using Qcodes, you can use the following code:
This code creates an instance of the SR865A
driver and connects to the lock-in amplifier using the specified address (TCPIP::192.168.1.1::INSTR
). You can then use the lockin
object to interact with the instrument by calling its methods or accessing its parameters. Finally, you can disconnect from the instrument using the disconnect()
method.