From 06f5a6ae468ccdea50ca16da9315b016bac85563 Mon Sep 17 00:00:00 2001 From: wendtalexander Date: Wed, 25 Sep 2024 17:04:29 +0200 Subject: [PATCH] del file --- pyrelacs/repros/attcs3310.py | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 pyrelacs/repros/attcs3310.py diff --git a/pyrelacs/repros/attcs3310.py b/pyrelacs/repros/attcs3310.py deleted file mode 100644 index 9132e2d..0000000 --- a/pyrelacs/repros/attcs3310.py +++ /dev/null @@ -1,26 +0,0 @@ -import time - -import uldaq -from IPython import embed -from pyrelacs.repros.repos import MccDac -from pyrelacs.util.logging import config_logging -import numpy as np - -log = config_logging() - - -class Attenuator(MccDac): - def __init__(self) -> None: - super().__init__() - - -if __name__ == "__main__": - SAMPLERATE = 40_000.0 - DURATION = 5 - AMPLITUDE = 1 - SINFREQ = 1 - - att = Attenuator() - # att.set_attenuation_level(db_channel1=5, db_channel2=5) - - att.check_attenuator()