Skip to content

Commit a70457c

Browse files
author
Arbin Timilsina
committed
no. of power cycles changed to 50 from 100
1 parent d5bce1c commit a70457c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

femb_python/test_measurements/OscillatorTesting/code/testOscillator.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ def doTesting(self):
8989
###########################################################################
9090
#Power cycle and take the measurements with oscilloscope
9191
###########################################################################
92-
#Power cycle 100 times in LN2
93-
totalPowerCycle = 100
92+
#Power cycle 50 times in LN2
93+
totalPowerCycle = 50
9494

9595
#Testing 100 MHz oscillators
9696
requiredFrequency = 100*(10**6)
@@ -187,7 +187,7 @@ def doTesting(self):
187187
success = 1
188188
except:
189189
print("Trying again...")
190-
time.sleep(5)
190+
time.sleep(1)
191191
tries += 1
192192

193193
if (not success and iPowerCycle == 1):

0 commit comments

Comments
 (0)