Changeset fdb2f00 in ammosreader


Ignore:
Timestamp:
09/03/23 18:46:19 (21 months ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
guix
Children:
3ed8119
Parents:
be36a02
Message:

pdw_format_identifier property added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ammosreader/PDW.py

    rbe36a02 rfdb2f00  
    331331    def channel(self):
    332332        return self.__channel
     333
     334    @property
     335    def pdw_format_identifier(self):
     336        return self.__pdw_format_identifier
    333337   
    334338    def to_datacrunch_json(self):
Note: See TracChangeset for help on using the changeset viewer.