sets precision for rates
This commit is contained in:
@@ -47,7 +47,7 @@ while True:
|
||||
header[17] = t_high >> 8
|
||||
|
||||
num_events = random.randint(0, 243)
|
||||
num_events = 243
|
||||
# num_events = 243
|
||||
# num_events = 1
|
||||
|
||||
# update buffer length
|
||||
@@ -61,7 +61,7 @@ while True:
|
||||
# reduce also the number of checks on the parsing side of things...
|
||||
|
||||
is_monitor = random.randint(0, 9)
|
||||
is_monitor = 4
|
||||
# is_monitor = 4
|
||||
|
||||
header[11] = 0 if is_monitor > 3 else random.randint(1,9)
|
||||
|
||||
@@ -79,7 +79,7 @@ while True:
|
||||
d = list(data)
|
||||
|
||||
monitor = random.randint(0,3)
|
||||
monitor = 0
|
||||
# monitor = 0
|
||||
|
||||
d[5] = (1 << 7) | monitor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user