Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 686 Bytes

File metadata and controls

25 lines (13 loc) · 686 Bytes

API Documentation

Welcome to the API documentation for the SerDes Validation Framework. This documentation provides detailed information on the modules, classes, and functions available in the framework.

Modules

Data Collection

  • data_collector.DataCollector: Class for collecting data from lab instruments.

Data Analysis

  • analyzer.DataAnalyzer: Class for analyzing collected data.

Instrument Control

  • controller.InstrumentController: Class for controlling lab instruments.

Test Sequence

  • sequencer.TestSequencer: Class for creating and running test sequences.

Refer to the usage page for examples on how to use these modules.