Skip to content

Support for automatic configuration detection #303

Closed
@felixdivo

Description

@felixdivo

Pull request #278 adds a new API for detecting available channels of a specific interface or multiple ones. By default, an interface does not need to provide this functionality, but can simply be extended to do so. (See below.)

Overview

These interfaces already have the automatic detection of available channels/configurations implemented:

How to extend an interface to support this:

  1. Make the bus instance of the interface extend the BusABC::_detect_available_configs() static method.
  2. Add tests to test/test_detect_available_configs.py where required.
  3. Submit a pull request.
  4. Done.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions