|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
Provides a class for bench .bin file IO to/from python numpy arrays. More...
Classes | |
| class | BinFile |
| Bench .bin format file IO class. More... | |
Functions | |
| def | open (args, kwargs) |
| Open a bench .bin file. More... | |
Variables | |
| fopen = open | |
Provides a class for bench .bin file IO to/from python numpy arrays.
| def carputils.carpio.bin.open | ( | args, | |
| kwargs | |||
| ) |
Open a bench .bin file.
Convenience method to provide normal python style interface to create a file type object.
| filename | the filename to open |
| mode | 'r' for read mode (default), 'w' for write mode |
| carputils.carpio.bin.fopen = open |
1.8.13