Skip to content

Commit

Permalink
Merge pull request #13 from maclariz/0.1.9.1
Browse files Browse the repository at this point in the history
0.1.9.1
  • Loading branch information
maclariz authored Sep 25, 2023
2 parents 5af99c8 + f0c2e75 commit 990a41b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/HallPy_Teach/experiments/hallEffect.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def doExperiment(expInsts=None, emVolts=None, supVoltSweep=(), dataPointsPerSupS
"time": [],
"supplyVolt": [],
"supplyCurr": [],
"hallVolt": [],
"hallBarVolt": [],
"emCurr": 0
}

Expand Down Expand Up @@ -353,7 +353,7 @@ def doExperiment(expInsts=None, emVolts=None, supVoltSweep=(), dataPointsPerSupS
data[str(emV)]["time"].append(timeOnCurSupLoop)
data[str(emV)]["supplyVolt"].append(curSupVolt)
data[str(emV)]["supplyCurr"].append(curSupCurr)
data[str(emV)]["hallVolt"].append(curHallVolt)
data[str(emV)]["hallBarVolt"].append(curHallVolt)

if dataFileName is not None:
clearFileAndSaveData(data, dataFileName)
Expand Down

0 comments on commit 990a41b

Please sign in to comment.