We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5bce1c commit a70457cCopy full SHA for a70457c
femb_python/test_measurements/OscillatorTesting/code/testOscillator.py
@@ -89,8 +89,8 @@ def doTesting(self):
89
###########################################################################
90
#Power cycle and take the measurements with oscilloscope
91
92
- #Power cycle 100 times in LN2
93
- totalPowerCycle = 100
+ #Power cycle 50 times in LN2
+ totalPowerCycle = 50
94
95
#Testing 100 MHz oscillators
96
requiredFrequency = 100*(10**6)
@@ -187,7 +187,7 @@ def doTesting(self):
187
success = 1
188
except:
189
print("Trying again...")
190
- time.sleep(5)
+ time.sleep(1)
191
tries += 1
192
193
if (not success and iPowerCycle == 1):
0 commit comments