Skip to content

Commit 3ab5dd5

Browse files
authored
Update sciencelab.py
1 parent f930d1b commit 3ab5dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSL/sciencelab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def __runInitSequence__(self,**kwargs):
127127
self.achans=[analogAcquisitionChannel(a) for a in ['CH1','CH2','CH3','MIC']]
128128
self.gain_values=gains
129129
self.buff=np.zeros(10000)
130-
self.SOCKET_CAPACITANCE = 42e-12# 42e-12 is typical for the PSLab. Actual values will be updated during calibration loading
130+
self.SOCKET_CAPACITANCE = 42e-12# 42e-12 is typical for the FOSSASIA PSLab. Actual values will be updated during calibration loading
131131
self.resistanceScaling = 1.
132132

133133
self.digital_channel_names=digital_channel_names

0 commit comments

Comments
 (0)