Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: manager: remove outdated statement #48

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions python/saleae/automation/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,6 @@ def __init__(self, *, port: int, address: str = _DEFAULT_GRPC_ADDRESS,

Create an instance of the Manager class, and connect to the Logic 2 software.

This library currently assumes the Logic 2 software is running on the same machine, and will attempt to connect to 127.0.0.1.
In the future, we'll add support for supplying an IP address, as well as functions to help launch local copies of the application.

:param port: Port number. By default, Logic 2 uses port 10430.
:param address: Address to connect to.
:param connect_timeout_seconds: Number of seconds to attempt to connect to gRPC server, after which an exception will be thrown.
Expand Down