Skip to content

Commit

Permalink
Add get_serial_ports to scope docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dewar committed Mar 26, 2021
1 parent 5086505 commit 5138f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions software/chipwhisperer/capture/scopes/OpenADC.py
Expand Up @@ -71,6 +71,7 @@ class OpenADC(ScopeTemplate, util.DisableNewAttr):
* :meth:`scope.dis <.OpenADC.dis>`
* :meth:`scope.arm <.OpenADC.arm>`
* :meth:`scope.get_last_trace <.OpenADC.get_last_trace>`
* :meth:`scope.get_serial_ports <.OpenADC.get_serial_ports>`
If you have a CW1200 ChipWhisperer Pro, you have access to some additional features:
Expand Down
1 change: 1 addition & 0 deletions software/chipwhisperer/capture/scopes/cwnano.py
Expand Up @@ -559,6 +559,7 @@ class CWNano(ScopeTemplate, util.DisableNewAttr):
* :meth:`scope.get_last_trace <.CWNano.get_last_trace>`
* :meth:`scope.arm <.CWNano.arm>`
* :meth:`scope.capture <.CWNano.capture>`
* :meth:`scope.get_serial_ports <.CWNano.get_serial_ports>`
"""

_name = "ChipWhisperer Nano"
Expand Down

0 comments on commit 5138f40

Please sign in to comment.