13 lines
426 B
JavaScript
Executable File
13 lines
426 B
JavaScript
Executable File
/*
|
|
var st1 = new Stream("st1", dispatcher)
|
|
s1=st1.addScalar("Int8Scalar", "Int8Scalar", 10, 0)
|
|
s2=st1.addScalar("Float64Scalar", "Float64Scalar", 10, 0)
|
|
w1=st1.addWaveform("Int32Waveform", "Int32Waveform", 10, 0)
|
|
mt1=st1.addMatrix("Int16Waveform", "Int16Waveform", 10, 0, 64, 32)
|
|
st1.initialize()
|
|
bscan (st1, 10)
|
|
*/
|
|
|
|
|
|
r1 = rscan(inp,[sin,inp] , [[0,5,5], [10,15,20], [20,25,5]] , 0.01, false, passes = 1)
|
|
set_return("OK") |