[mccdaq] printing exception error
This commit is contained in:
parent
e2b7ed3a61
commit
7c4b5098c1
@ -224,10 +224,10 @@ class MccDaq:
|
||||
uldaq.AOutListFlag.DEFAULT,
|
||||
[0, 0],
|
||||
)
|
||||
except Exception as e:
|
||||
log.error("f{e}")
|
||||
except Exception as er:
|
||||
log.error(f"{er}")
|
||||
log.error("disconnection dac")
|
||||
self.disconnect_daq()
|
||||
# self.disconnect_daq()
|
||||
|
||||
def digital_trigger(self, ch: int = 0) -> None:
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user