carputils
Doxygen code documentation for the python framework controlling openCARP
|
Classes | |
class | BinFile |
Bench .bin format file IO class. More... | |
Functions | |
def | open (args, kwargs) |
Open a bench .bin file. More... | |
Variables | |
fopen = open | |
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 |