Changeset 1222 for trunk/bindings/python/nxstest.py
- Timestamp:
- 08/04/09 01:14:55 (3 years ago)
- File:
-
- 1 edited
-
trunk/bindings/python/nxstest.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bindings/python/nxstest.py
r1221 r1222 132 132 # .. demonstrate extensible data 133 133 file.makedata('flush_data','int32',[nxs.UNLIMITED]) 134 file.opendata('flush_data') 134 135 for i in range(7): 135 file.opendata('flush_data')136 136 file.putslab(i,[i],[1]) 137 file.flush()138 # Oops... why isn't there a closedata()?137 file.closedata() 138 file.flush() 139 139 file.closegroup() 140 140
Note: See TracChangeset
for help on using the changeset viewer.
