[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)
|
self.write_bit(channel=0, bit=0)
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
self.set_analog_to_zero()
|
self.set_analog_to_zero()
|
||||||
self.disconnect_dac()
|
self.disconnect_daq()
|
||||||
|
|
||||||
if i == 0:
|
if i == 0:
|
||||||
ax.plot(t, stim, label=f"Input_{db_value}", color=colors[i])
|
ax.plot(t, stim, label=f"Input_{db_value}", color=colors[i])
|
||||||
@ -80,7 +80,7 @@ class Calibration(MccDaq):
|
|||||||
ax.legend()
|
ax.legend()
|
||||||
plt.show()
|
plt.show()
|
||||||
|
|
||||||
self.disconnect_dac()
|
self.disconnect_daq()
|
||||||
|
|
||||||
def check_beat(self, nix_file: nix.File):
|
def check_beat(self, nix_file: nix.File):
|
||||||
self.set_attenuation_level(db_channel1=-10.0, db_channel2=0.0)
|
self.set_attenuation_level(db_channel1=-10.0, db_channel2=0.0)
|
Loading…
Reference in New Issue
Block a user