Skip to content
Snippets Groups Projects
Commit a7d1d8b3 authored by Alexandros Asonitis's avatar Alexandros Asonitis
Browse files

bug fixes in voltmeter

parent 78ae7d52
No related branches found
No related tags found
No related merge requests found
......@@ -451,7 +451,7 @@ def on_full_button_clicked(b):
stop = True
if stop == False: # do the reset everything ok
V34,I34 = sweep(0,Vreset.value,step.value,CC_vreset.value,integration_time.value,device) #reset
V34,I34 = sweep(0,Vreset.value,step.value,CC_vreset.value,integration_time.value,voltmeter.value,device) #reset
if voltmeter.value == True:
V34_meas = np.array(device.return_values("VMEAS"))
plot_sweep(V34,I34,f"RESET Iteration {i+1}")
......
......@@ -9,7 +9,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "1f221176677c4614b75cb474fcca185b",
"model_id": "92d1b739b9b8412caaddb95a4101487a",
"version_major": 2,
"version_minor": 0
},
......@@ -23,7 +23,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "088f88e1a8144184a72e2557888069f5",
"model_id": "d3365e7c836c4fcd9bfd01856581be96",
"version_major": 2,
"version_minor": 0
},
......@@ -37,7 +37,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "de2ec7b83d1e4014b6ef96e6fe163b42",
"model_id": "e45d770a12974b48af582ed505217a45",
"version_major": 2,
"version_minor": 0
},
......@@ -51,7 +51,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "788a5c97480944999e4dbda16a35e652",
"model_id": "123cab15b65e430b84af3d96745041c9",
"version_major": 2,
"version_minor": 0
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment