[repros] moving to sperate folder, writing run method
This commit is contained in:
parent
110629dae0
commit
557535ffa4
17
pyrelacs/repros/sinus/sinus.py
Normal file
17
pyrelacs/repros/sinus/sinus.py
Normal file
@ -0,0 +1,17 @@
|
||||
import nixio
|
||||
from pyrelacs.util.logging import config_logging
|
||||
|
||||
|
||||
log = config_logging()
|
||||
|
||||
|
||||
class Sinus:
|
||||
def __init__(self) -> None:
|
||||
pass
|
||||
|
||||
@staticmethod
|
||||
def run(config, mccdaq, nix_block: nixio.Block, figure) -> None:
|
||||
log.debug(config)
|
||||
log.debug(mccdaq)
|
||||
log.debug(nix_block)
|
||||
log.debug(figure)
|
Loading…
Reference in New Issue
Block a user