File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ def _parse_header(self):
328328 nsx_header_reader = self .__nsx_header_reader [spec_version ]
329329 self .__nsx_basic_header [nsx_nb ], self .__nsx_ext_header [nsx_nb ] = nsx_header_reader (nsx_nb )
330330
331- # The only way to know if it is the peak-to-peak-variant of file spec 3.0
331+ # The only way to know if it is the Precision Time Protocol of file spec 3.0
332332 # is to check for nanosecond timestamp resolution.
333333 is_ptp_variant = (
334334 "timestamp_resolution" in self .__nsx_basic_header [nsx_nb ].dtype .names
@@ -389,7 +389,7 @@ def _parse_header(self):
389389 for nsx_nb in self .nsx_to_load :
390390 basic_header = self .__nsx_basic_header [nsx_nb ]
391391 spec_version = self .__nsx_spec [nsx_nb ]
392- # The only way to know if it is the peak-to-peak-variant of file spec 3.0
392+ # The only way to know if it is the Precision Time Protocol of file spec 3.0
393393 # is to check for nanosecond timestamp resolution.
394394 is_ptp_variant = (
395395 "timestamp_resolution" in basic_header .dtype .names
You can’t perform that action at this time.
0 commit comments