16 lines
456 B
Python
16 lines
456 B
Python
st1 = Stream("st1", dispatcher)
|
|
|
|
#ch1="SARES11-SPEC125-M2.processing_parameters"
|
|
#wv1="SAR-CVME-TIFALL4:EvtSet"
|
|
wv2="SAR-CVME-TIFALL6:EvtSet"
|
|
|
|
|
|
#s1=st1.addScalar(ch1,ch1, 1, 0)
|
|
#w1=st1.addWaveform(wv1,wv1, 1, 0)
|
|
w2=st1.addWaveform(wv2,wv2, 1, 0)
|
|
|
|
#st1.addWaveform("phase", "SINXB01-RWVG100-DCP10:FOR-PHASE", 10, 0, 2048)
|
|
#st1.addWaveform("amplt", "SINXB01-RWVG100-DCP10:FOR-AMPLT", 10, 0, 2048)
|
|
add_device(st1, force = True)
|
|
st1.start(True)
|
|
show_panel(st1) |