Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
labcode
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CST
labcode
Commits
54df9d39
Commit
54df9d39
authored
10 months ago
by
Alexandros Asonitis
Browse files
Options
Downloads
Patches
Plain Diff
fix applied to the release version
parent
fecc80d0
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
hp4155/ADU for double gate devices/lib/measurements.py
+1
-1
1 addition, 1 deletion
hp4155/ADU for double gate devices/lib/measurements.py
with
1 addition
and
1 deletion
hp4155/ADU for double gate devices/lib/measurements.py
+
1
−
1
View file @
54df9d39
...
@@ -1099,7 +1099,7 @@ def Gatediode_VBG(VBG,integration,sample,device):
...
@@ -1099,7 +1099,7 @@ def Gatediode_VBG(VBG,integration,sample,device):
f
.
write
(
"
Sweeping Gate:VBG
"
+
"
\n\n
"
)
f
.
write
(
"
Sweeping Gate:VBG
"
+
"
\n\n
"
)
f
.
write
(
'
Parameters
\n
'
)
f
.
write
(
'
Parameters
\n
'
)
f
.
write
(
f
"
V
T
G from
{
VBG
[
'
start
'
].
value
}
V to
{
VBG
[
'
stop
'
].
value
}
V with step
{
VBG
[
'
step
'
].
value
}
V
"
+
"
\n
"
)
f
.
write
(
f
"
V
B
G from
{
VBG
[
'
start
'
].
value
}
V to
{
VBG
[
'
stop
'
].
value
}
V with step
{
VBG
[
'
step
'
].
value
}
V
"
+
"
\n
"
)
#calculate the values
#calculate the values
if
VBG
[
'
pcomp
'
].
value
==
0
:
if
VBG
[
'
pcomp
'
].
value
==
0
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment