Revisão | aad471ad5b71e4cabde4cdc4421b09b8c3e09f6d (tree) |
---|---|
Hora | 2010-07-23 19:02:58 |
Autor | Hidehisa SHIOMI <shiomi@ee.e...> |
Commiter | Hidehisa SHIOMI |
tutorial-basicが機能するように訂正した。
@@ -18,6 +18,7 @@ | ||
18 | 18 | sig_out.link(self.sig_out) |
19 | 19 | return self |
20 | 20 | |
21 | +from scipy import sin, pi | |
21 | 22 | class FGSIN(EasyComponent): |
22 | 23 | PLOTTER = Oscilloscope |
23 | 24 | def __init__(self,master=None): |
@@ -1,5 +1,6 @@ | ||
1 | 1 | from PyLAF import * |
2 | 2 | |
3 | +from scipy import sin, pi | |
3 | 4 | class FGSIN(EasyComponent): |
4 | 5 | PLOTTER = Oscilloscope |
5 | 6 | def __init__(self,master=None): |
@@ -1,5 +1,6 @@ | ||
1 | 1 | from PyLAF import * |
2 | 2 | |
3 | +from scipy import sin, pi | |
3 | 4 | class FGSIN(EasyComponent): |
4 | 5 | PLOTTER = Oscilloscope |
5 | 6 | def __init__(self,master=None): |
@@ -1,5 +1,6 @@ | ||
1 | 1 | from PyLAF import * |
2 | 2 | |
3 | +from scipy import sin, pi | |
3 | 4 | class FGSIN(EasyComponent): |
4 | 5 | PLOTTER = Oscilloscope |
5 | 6 | def __init__(self,master=None): |
@@ -1,5 +1,6 @@ | ||
1 | 1 | from PyLAF import * |
2 | 2 | |
3 | +from scipy import sin, pi | |
3 | 4 | class FGSIN(EasyComponent): |
4 | 5 | PLOTTER = Oscilloscope |
5 | 6 | def __init__(self,master=None): |
@@ -1,6 +1,7 @@ | ||
1 | 1 | from PyLAF import * |
2 | 2 | from functools import partial |
3 | 3 | |
4 | +from scipy import sin, pi | |
4 | 5 | class FGSIN(EasyComponent): |
5 | 6 | PLOTTER = Oscilloscope |
6 | 7 | def __init__(self,master=None): |
@@ -1,6 +1,7 @@ | ||
1 | 1 | from PyLAF import * |
2 | 2 | from functools import partial |
3 | 3 | |
4 | +from scipy import sin, pi | |
4 | 5 | class FGSIN(EasyComponent): |
5 | 6 | PLOTTER = Oscilloscope |
6 | 7 | def __init__(self,master=None): |
@@ -1,6 +1,7 @@ | ||
1 | 1 | from PyLAF import * |
2 | 2 | from functools import partial |
3 | 3 | |
4 | +from scipy import sin, pi | |
4 | 5 | class FGSIN(EasyComponent): |
5 | 6 | PLOTTER = Oscilloscope |
6 | 7 | def __init__(self,master=None): |