Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 890 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 890 Bytes

Autocalibration System

Overview

The Autocalibration System is a Python-based application utilizing the VISA library. It is designed for automatic calibration of measurement devices, setting amplitude and frequency values by communicating with the devices. The system includes a web interface for configuring the range values to scan, providing a user-friendly experience for calibration processes.

Features

  • Automatic Calibration: Communicates with measurement devices to automatically set amplitude and frequency values.
  • VISA Library: Utilizes the VISA (Virtual Instrument Software Architecture) library for instrument control and communication.
  • Web Interface: Provides a web-based user interface for configuring the range values to scan during the calibration process.
  • Python Implementation: Coded in Python for flexibility and ease of use.