File: test_danfysik8500.py

package info (click to toggle)
python-pymeasure 0.14.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,788 kB
  • sloc: python: 47,201; makefile: 155
file content (11 lines) | stat: -rw-r--r-- 252 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
from pymeasure.test import expected_protocol

from pymeasure.instruments.danfysik import Danfysik8500


def test_init():
    with expected_protocol(
            Danfysik8500,
            [(b"ERRT", None), (b"UNLOCK", None)]
            ):
        pass