Show
Ignore:
Timestamp:
05/01/07 16:29:57 (6 years ago)
Author:
DrewCormier
Message:

reads available sources from the class

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • experimental/AWG/trunk/AWG/sources.py

    r3552 r3563  
    77    def __init__(self): 
    88        pass 
     9 
     10    def get_sources_list(self): 
     11        return ['sine', 'cosine', 'random', 'file'] 
    912 
    1013    def gen_sine(self, freq, len, type):