Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 791 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 791 Bytes

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