This commit is contained in:
gobbo_a
2023-08-17 15:16:51 +02:00
parent c545879253
commit 8beeb7dbc7
134 changed files with 3722 additions and 1287 deletions

View File

@@ -30,7 +30,7 @@ s1 = Stream("s1", dispatcher)
s1.setIncomplete("fill_null")
for c in channels:
s1.addScalar(c,c, 1, 0)
s1.addScalar("SAROP11-PBPS117:INTENSITY","SAROP11-PBPS117:INTENSITY", 10, 0)
#s1.addScalar("SAROP11-PBPS117:INTENSITY","SAROP11-PBPS117:INTENSITY", 10, 0)
add_device(s1, True)
@@ -43,4 +43,4 @@ for i in range(20):
s1.waitCacheChange(5000)
#ret = bscan (s1, 20, None, save=False)
ret = bscan (s1, 20, None, save=False)