Changeset 3697
- Timestamp:
- 05/07/07 13:49:08 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
experimental/write_to_file/trunk/write_to_file/write_to_file.py
r3696 r3697 199 199 def __del__(self): 200 200 if self.CORBA_being_used: 201 self.PortHandle.disconnectPort("thisismyconnectionid_ plot")201 self.PortHandle.disconnectPort("thisismyconnectionid_w2file") 202 202 while (_time.time() - self.my_local_plot.end_time) < 1.5: 203 203 #print (time.time() - self.my_local_plot.end_time)