I'm wondering if it is possible to split BLF-files in Python? I know that there is a library (can) that supports BLF-files, but find no documentation on how to split/save. I can read a BLF-file with:
import can
log = can.BLFReader("logfile.blf")
Would appreciate any help if anybody has knowledge in how I would split this file, and save it into smaller blf-files.