diff --git a/project-words.txt b/project-words.txt index 6e26bef0..dde766d0 100644 --- a/project-words.txt +++ b/project-words.txt @@ -1,21 +1,30 @@ AESSBOX +BCKG Bursztein +DSOWINDOW +FULLSCREEN +GRIDAREAONLY HWAES Invernizzi Karel Král +Lomné LXI Luca MBEDTLS Moghimi Picod +Pylance +RDWR SBOX SBREV TCP TCPIP TMPL +TRFL TRMD Tensorboard +VICP WAVEDESC acqktp allclose @@ -29,6 +38,7 @@ autoreload autoscaled batchnorm batchnormalization +bckg bibtex booktitle burszteindc @@ -50,6 +60,7 @@ eprint figsize firstrow frombuffer +hardcopyarea howpublished imshow inproceedings @@ -75,12 +86,15 @@ picoapi picoscope picosdk pidx +portname preds presamples pretrained +printername probas protver pyclass +pylance pyplot pyvisa rearchitecting @@ -91,6 +105,7 @@ ristime savefig scaaml scipy +setaf simpleserial siutils sname @@ -111,6 +126,7 @@ tqdm trigtime vals vispy +vsintellicode xlabel xticks yapf diff --git a/scaaml/capture/scope/lecroy/lecroy.py b/scaaml/capture/scope/lecroy/lecroy.py index c90a2633..922733f1 100644 --- a/scaaml/capture/scope/lecroy/lecroy.py +++ b/scaaml/capture/scope/lecroy/lecroy.py @@ -472,7 +472,7 @@ def _run_command(self, setup_command: Dict[str, Any]) -> None: def retrieve_file(self, source_file_path: str, destination_file_path: Path) -> int: - r"""Transfer a file and return how many bytes were transfered. + r"""Transfer a file and return how many bytes were transferred. Args: source_file_path (str): The file path path on the oscilloscope, e.g., @@ -503,7 +503,7 @@ def retrieve_file(self, source_file_path: str, # Just number of bytes and CRC ans = ans[2:] elif ans[:7] == b"TRFL #9": - # With hader, number of bytes, and CRC + # With header, number of bytes, and CRC ans = ans[7:] else: # pyvisa automatically strips this header