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

stress and sampling migrated to the new class

parent dc03186d
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ def sampling(VDS,VGS,VDS_comp,VGS_comp,sampling_mode,number_of_points,integratio ...@@ -49,7 +49,7 @@ def sampling(VDS,VGS,VDS_comp,VGS_comp,sampling_mode,number_of_points,integratio
"comp": VGS_comp "comp": VGS_comp
} }
smu4 = { smu4 = {
"vname": "VS2", "vname": "VS2",
"iname": "IS2", "iname": "IS2",
"mode": "COMM", "mode": "COMM",
...@@ -116,7 +116,7 @@ def stress(VDS,VGS,duration,comp,device): ...@@ -116,7 +116,7 @@ def stress(VDS,VGS,duration,comp,device):
} }
smu2 = { smu2 = {
"mode":"COMM", "mode":"V",
"func":"SYNC", "func":"SYNC",
"name": "VD", "name": "VD",
"value": VDS, "value": VDS,
...@@ -124,7 +124,7 @@ def stress(VDS,VGS,duration,comp,device): ...@@ -124,7 +124,7 @@ def stress(VDS,VGS,duration,comp,device):
} }
smu3 = { smu3 = {
"mode":"COMM", "mode":"V",
"func":"SYNC", "func":"SYNC",
"name": "VG", "name": "VG",
"value": VGS, "value": VGS,
......
%% Cell type:code id:a83efa72-5fdf-46b4-9b25-8665b28ee56a tags: %% Cell type:code id:a83efa72-5fdf-46b4-9b25-8665b28ee56a tags:
``` python ``` python
%run stress_sampling_new.py %run stress_sampling_new.py
``` ```
%% Output %% Output
%% Cell type:code id:8efd86e2-a306-4aeb-b648-0a87b9257d54 tags: %% Cell type:code id:1413ae56-29ca-49ef-a5a3-cc54d67a320d tags:
``` python ``` python
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment