Update
This commit is contained in:
10
script/test/SpectrumX.py
Normal file
10
script/test/SpectrumX.py
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
class SpextrumX(Waveform):
|
||||
def calc(self):
|
||||
l = len(wf1.read())
|
||||
frange(10, 100, 90/l)
|
||||
x = x + 0.1
|
||||
return ret
|
||||
add_device(SinusoidWaveform("wf1"), True)
|
||||
|
||||
Reference in New Issue
Block a user