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

added path to the I-V measurement

parent c024cc90
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ def I_V_Measurement(start,stop,step): ...@@ -57,7 +57,7 @@ def I_V_Measurement(start,stop,step):
print(df) print(df)
#exporting the data frame in an excel file #exporting the data frame in an excel file
file_name = 'results_'+date+'.csv' file_name =f"\\FILESERVER\public\Datentransfer\Asonitis, Alexandros\_results_{date}.csv"
df.to_csv(file_name) df.to_csv(file_name)
del device del device
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment