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

Measurements completed

parent b055f13d
Branches
No related tags found
No related merge requests found
......@@ -168,6 +168,7 @@ def on_start_clicked(b):
"INTEGRATION": integration_transfer.value,
}
#measure (later)
Transfer_VTG(device,meas_dict)
case 'VBG' if check_values(Vbg_transfer,'primary') and check_values(Vds_transfer,'secondary'):
smu_t = device.smu_dict()
......@@ -199,6 +200,7 @@ def on_start_clicked(b):
"INTEGRATION": integration_transfer.value,
}
#measure (later)
Transfer_VBG(device,meas_dict)
case 'BOTH' if check_values(Vbg_transfer,'synchronous') and check_values(Vds_transfer,'secondary') and check_values(Vtg_transfer,'primary'):
......@@ -251,6 +253,7 @@ def on_start_clicked(b):
}
#measure (later)
Transfer_BOTH(device,meas_dict)
case _ :
information_box("Transfer Measurement skipped due to invalid parameters")
......@@ -306,6 +309,7 @@ def on_start_clicked(b):
}
#measure later
Output_VTG(device,meas_dict)
case 'VBG' if check_values(Vds_output,'primary') and check_values(Vbg_output,'secondary'):
smu_t=device.smu_dict()
......@@ -340,6 +344,7 @@ def on_start_clicked(b):
}
#measure later
Output_VBG(device,meas_dict)
case 'BOTH' if check_values(Vds_output,'primary') and check_values(Vtg_output,'secondary') and check_values(Vbg_output,'secondary'):
......@@ -388,6 +393,7 @@ def on_start_clicked(b):
}
#measure later
Output_BOTH(device,meas_dict)
case _ :
information_box("Output Measurement skipped due to invalid parameters")
......@@ -427,6 +433,7 @@ def on_start_clicked(b):
"INTEGRATION": integration_gatediode.value,
}
#measure later
Gatediode_VBG(device,meas_dict)
case 'VBG' if check_values(Vg_gatediode,'primary'):
smu_b=device.smu_dict()
......@@ -442,6 +449,7 @@ def on_start_clicked(b):
"INTEGRATION": integration_gatediode.value,
}
#measure later
Gatediode_VBG(device,meas_dict)
case _ :
information_box("Gatediode Measurement skipped due to invalid parameters")
......
%% Cell type:code id:51b012d0-95b0-41c2-81bb-2205f3c53be2 tags:
``` python
%matplotlib widget
%run double_gate_ADU.py
```
%% Output
File ~\labcode\hp4155\ADU for double gate devices-test\double_gate_ADU.py:160
"MAP" : map,
^
SyntaxError: invalid syntax
%% Cell type:code id:329c0c76-4194-4805-ab3f-fe9f55f79eea tags:
``` python
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment