Connecting to ATS 525 by Temptronic in Python
Instrument Card
Temptronic ATS-525 Thermostream -60° to +225°C
Device Specification: here
Manufacturer card: TEMPTRONIC
Temptronic temperature forcing systems, are designed for testing and characterization of semiconductors, ICs, chips, electronics, and materials
- Headquarters: USA
- Yearly Revenue (millions, USD): 19
- Vendor Website: here
Connect to the ATS 525 in Python
Read our guide for turning Python scripts into Flojoy nodes.
PROTOCOLS > SCPI
Explanation:
- Import the necessary modules from Pymeasure.
- Create a VISA adapter by providing the appropriate connection details (e.g., IP address).
- Create an instance of the
ATS525
class, passing the adapter as an argument. - Perform any desired measurements or operations on the instrument. In this example, we retrieve the operating current using the
system_current
attribute. - Print the operating current.
- Disconnect from the instrument to release any resources.
Note: Make sure to replace "TCPIP::192.168.1.1::INSTR"
with the actual connection details of your ATS 525 Temperature Controller.