Changeset 10624
- Timestamp:
- 03/18/11 10:35:08 (2 years ago)
- Files:
-
- 1 modified
-
ossiedev/trunk/tools/wavedash/src/OSSIEDemo.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/trunk/tools/wavedash/src/OSSIEDemo.py
r10606 r10624 39 39 #waveforms available on the system and waveforms that are currently 40 40 #running. The getWaveform method takes the name of a waveform 41 #and an integer: 1 for a system waveform, 2 for an instance 41 #and an integer: 1 for a system waveform, 2 for an instance waveform 42 42 wave = ctrlr.model.getWaveform(instance, 2) 43 43 #Once you have retrieved the waveform you can get its components by name