Vengadore / TestInstruments

This repository is meant provide an easy way of controlling lab instruments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TestInstruments

This package is made for simulating the behavior of a metrology lab instrument (we call it a Behavioral model), it is divided into two big parts:

  • Generators
  • Indicators

Generators

A generator is an instrument capable of generating a certain value with an associated magnitude. Some examples are:

  • Fluke 5720A
  • Fluke 5522A
  • Fluke 5500A

Indicators

An indicator is an instrument capable of reading a value from a generator, it could be a composition of different magnitudes or the pure value of a generator. Some examples of instruments are:

  • Multimeter 3458A
  • Multimeter 34401
  • Multimeter 34410

Test

python.exe -m unittest tests/Generators/CAL_5500A/test_DCV_configuration.py

python -m unittest tests/Generators/CAL_5500A

About

This repository is meant provide an easy way of controlling lab instruments

License:Apache License 2.0


Languages

Language:Python 100.0%