Skip to content
Snippets Groups Projects
Commit 81af370c authored by JupyterHub User's avatar JupyterHub User
Browse files

updated class

parent de843c9c
No related branches found
No related tags found
No related merge requests found
......@@ -160,6 +160,10 @@ class HP4155a(object):
command =f":PAGE:CHAN:MODE {mode}"
self.inst.write(command)
def constant_smu_comp(self, smu_number,value):
command=f":PAGE:MEAS:SAMP:CONS:SMU{smu_number}:COMP {value}"
self.inst.write(command)
#this is a method that returns data from a variable and converts them to a list of real numbers
def return_data(self, variable):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment