[repros] renaming file
This commit is contained in:
parent
4e0a1f0ac5
commit
f703687ed7
@ -71,7 +71,7 @@ class Calibration(MccDaq):
|
||||
self.write_bit(channel=0, bit=0)
|
||||
time.sleep(1)
|
||||
self.set_analog_to_zero()
|
||||
self.disconnect_dac()
|
||||
self.disconnect_daq()
|
||||
|
||||
if i == 0:
|
||||
ax.plot(t, stim, label=f"Input_{db_value}", color=colors[i])
|
||||
@ -80,7 +80,7 @@ class Calibration(MccDaq):
|
||||
ax.legend()
|
||||
plt.show()
|
||||
|
||||
self.disconnect_dac()
|
||||
self.disconnect_daq()
|
||||
|
||||
def check_beat(self, nix_file: nix.File):
|
||||
self.set_attenuation_level(db_channel1=-10.0, db_channel2=0.0)
|
Loading…
Reference in New Issue
Block a user