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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CST
labcode
Commits
1e3c69c2
Commit
1e3c69c2
authored
1 month ago
by
Alexandros Asonitis
Browse files
Options
Downloads
Patches
Plain Diff
constant pulse with VSU works
parent
7d8ae5de
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hp4155/memristor (Version 4.1)/help_pulse.py
+2
-5
2 additions, 5 deletions
hp4155/memristor (Version 4.1)/help_pulse.py
hp4155/memristor (Version 4.1)/memristor_buttons.ipynb
+4
-4
4 additions, 4 deletions
hp4155/memristor (Version 4.1)/memristor_buttons.ipynb
with
6 additions
and
9 deletions
hp4155/memristor (Version 4.1)/help_pulse.py
+
2
−
5
View file @
1e3c69c2
...
...
@@ -9,7 +9,6 @@ import os
from
datetime
import
datetime
import
matplotlib.pyplot
as
plt
import
numpy
as
np
import
module
import
time
import
pandas
as
pd
from
IPython.display
import
display
,
clear_output
...
...
@@ -247,11 +246,9 @@ def constant_meas(dictionary,device):
times
=
(
elapsed_time
,
expected_time
)
values
=
(
V_i
,
I_i
,
R_i
)
# disable VSU1
device
.
inst
.
write
(
"
:PAGE:CHAN:VSU1:DIS
"
)
device
.
autoscaling
()
# disable VSU1
device
.
inst
.
write
(
"
:PAGE:CHAN:VSU1:DIS
"
)
return
times
,
values
def
plot_constant_pulse
(
values
):
...
...
This diff is collapsed.
Click to expand it.
hp4155/memristor (Version 4.1)/memristor_buttons.ipynb
+
4
−
4
View file @
1e3c69c2
...
...
@@ -9,7 +9,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "
212346701646426e93e8303278b3364e
",
"model_id": "
ee37bb9143ea4700b52b65472396a736
",
"version_major": 2,
"version_minor": 0
},
...
...
@@ -23,7 +23,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "
3139b7a506294d9da242f0a20ad14372
",
"model_id": "
69dc37eef3324042bde9312312e3c7ae
",
"version_major": 2,
"version_minor": 0
},
...
...
@@ -37,7 +37,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "
d95060388c364b88a88bbb56670d622c
",
"model_id": "
07e0dcf7487e4865a0dca762f11622f5
",
"version_major": 2,
"version_minor": 0
},
...
...
@@ -51,7 +51,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "
949c539ec0cd44ce983f7825903d8774
",
"model_id": "
6a06dee55f204e44963596e9fe610547
",
"version_major": 2,
"version_minor": 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