Rohde-Schwarz / RsWaveform

Load, manipulate and save R&S waveform files
http://rswaveform.readthedocs.io/
MIT License
4 stars 1 forks source link

Date from meta information cannot be accessed conveniently #22

Open tomritschel opened 3 months ago

tomritschel commented 3 months ago

This issue is a follow up to https://github.com/Rohde-Schwarz/RsWaveform/issues/14 The prosed solution (parent_storage.timestamp) returns the time of object (RsWaveForm) creation, not the timestamp from the meta information. Currently, you have to access the time stamp via private dictionary like this: timestamp=meta_data.get("date")