pyvisa / pyvisa-sim

A PyVISA backend that simulates a large part of the "Virtual Instrument Software Architecture" (VISA_)
https://pyvisa-sim.readthedocs.io/en/latest/
MIT License
69 stars 39 forks source link

Resolves #49 Random values as response #63

Closed murvar closed 6 months ago

murvar commented 1 year ago

To use RANDOM, query a setter with RANDOM instead av value.

codecov-commenter commented 1 year ago

Codecov Report

Merging #63 (35ccd02) into master (0b8bb01) will decrease coverage by 0.90%. The diff coverage is 23.07%.

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
- Coverage   86.63%   85.72%   -0.91%     
==========================================
  Files          15       14       -1     
  Lines         995     1002       +7     
==========================================
- Hits          862      859       -3     
- Misses        133      143      +10     
Flag Coverage Δ
unittests 85.72% <23.07%> (-0.91%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pyvisa_sim/component.py 89.52% <23.07%> (-9.41%) :arrow_down:
pyvisa_sim/__init__.py

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

MatthieuDartiailh commented 6 months ago

Closed by #96