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
bc7c77f2
Commit
bc7c77f2
authored
1 year ago
by
Alexandros Asonitis
Browse files
Options
Downloads
Patches
Plain Diff
normalization factor
parent
ad819d11
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/help.py
+6
-1
6 additions, 1 deletion
hp4155/ADU/help.py
with
6 additions
and
1 deletion
hp4155/ADU/help.py
+
6
−
1
View file @
bc7c77f2
...
@@ -221,5 +221,10 @@ def save_to_file(measurement,file,df,sample,integration,Vgs,Vds=None):
...
@@ -221,5 +221,10 @@ def save_to_file(measurement,file,df,sample,integration,Vgs,Vds=None):
f
.
write
(
df
.
to_string
())
f
.
write
(
df
.
to_string
())
#normalization factor to is for both normalizations 10**6/width mA/mm = µA/µm = 10**(-6)A/µm (returned from the tool)
def
normalization_factor
(
width
):
factor
=
10
**
6
/
width
return
factor
\ No newline at end of file
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