danielhrisca / asammdf

Fast Python reader and editor for ASAM MDF / MF4 (Measurement Data Format) files
GNU Lesser General Public License v3.0
612 stars 216 forks source link

Cannot search signal names from a dat file #940

Closed sanilogc2122 closed 6 months ago

sanilogc2122 commented 8 months ago

Python version

Please run the following snippet and write the output here

import platform
import sys
from pprint import pprint

pprint("python=" + sys.version)
pprint("os=" + platform.platform())

try:
    import numpy
    pprint("numpy=" + numpy.__version__)
except ImportError:
    pass

try:
    import asammdf
    pprint("asammdf=" + asammdf.__version__)
except ImportError:
    pass

Code

MDF version

_please write here the file version (you can run print(MDF(file).version))

Code snippet

please write here the code snippet that triggers the error

Traceback

please write here the error traceback

Description

The fastest way to debug is to have the original file. For data protection you can use the static method scramble to scramble all text blocks, and send the scrambled file by e-mail.

Please describe the issue here. image

danielhrisca commented 8 months ago

Which asammdf version do you use?

sanilogc2122 commented 8 months ago

version : asammdf 7.2.0

Thanks,

Sanil Mhatre

[cid:ea470f6c-4d14-4545-b2b9-0fd73dbfd13f] https://www.hyliion.com/

The contents of this email message and any attachments are intended solely for the addressee(s) and may contain confidential and/or privileged information and may be legally protected from disclosure. If you are not the intended recipient of this message or their agent, or if this message has been addressed to you in error, please immediately alert the sender by reply email and then delete this message and any attachments. If you are not the intended recipient, you are hereby notified that any use, dissemination, copying, or storage of this message or its attachments is strictly prohibited.


From: Daniel Hrisca @.> Sent: Thursday, November 2, 2023 11:23 AM To: danielhrisca/asammdf @.> Cc: Sanil Mhatre @.>; Author @.> Subject: Re: [danielhrisca/asammdf] Cannot search signal names from a dat file (Issue #940)

Which asammdf version do you use?

— Reply to this email directly, view it on GitHubhttps://github.com/danielhrisca/asammdf/issues/940#issuecomment-1791059394, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A6L3NMNXK4JOB4MXO74XUALYCPCGZAVCNFSM6AAAAAA625XE5SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJRGA2TSMZZGQ. You are receiving this because you authored the thread.Message ID: @.***>

The information transmitted by this email is intended only for the person or entity to which it is addressed. This email may contain proprietary, business-confidential and/or privileged material. If you are not the intended recipient of this message, be aware that any use, review, retransmission, distribution, reproduction or any action taken in reliance upon this message is strictly prohibited. If you received this in error, please contact the sender and delete the material from all computers.

danielhrisca commented 8 months ago

Try the latest release