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

Minicircuit SPDT switch hardware #620

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

alrik-durand
Copy link
Contributor

Description

I've added a hardware file to support minicircuit SPDT hardware via SwitchInterface

Motivation and Context

This hardware controls one or multiple switch via SMA cables. It can connect either port 1 or port 2 to a COM port.
This type of hardware can automatize the change of cabling configuration for SMA, BNC, etc. cables.
This PR adds compatibility to it via switch interface.

How Has This Been Tested?

This has been tested with a brand new RC-4SPDT-A26 on the local network and a windows 10 computer.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • I have documented my changes in the changelog (documentation/changelog.md)
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added/updated for the module the config example in the docstring of the class accordingly.
  • I have checked that the change does not contain obvious errors (syntax, indentation, mutable default values).
  • I have tested my changes using 'Load all modules' on the default dummy configuration with my changes included.
  • All changed Jupyter notebooks have been stripped of their output cells.

@kay-jahnke
Copy link
Member

@alrik-durand thanks for your contribution.

I'm currently reworking the switch interface because it is quite old and lacks some functionality (https://github.com/Ulm-IQO/qudi/tree/switch_interface_rework). Therefore it would be good to wait a bit with this PR and than implement it right away with the new interface.

What do you think?

@alrik-durand
Copy link
Contributor Author

Hi,
I would be happy with a brand new interface and I don't mind waiting a bit and even doing the changes on this hardware.
This hardware in fact has a 'A' or 'B' state for each channel so the new features will useful !

@kay-jahnke kay-jahnke mentioned this pull request Oct 22, 2020
11 tasks
@Neverhorst
Copy link
Member

Is this PR ready for review after the changes introduced by merging PR #623?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants