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

Start NECST without some devices #212

Open
TatsumiISHIKAWA opened this issue Jul 26, 2023 · 0 comments
Open

Start NECST without some devices #212

TatsumiISHIKAWA opened this issue Jul 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@TatsumiISHIKAWA
Copy link
Contributor

TatsumiISHIKAWA commented Jul 26, 2023

Motivation

  • In lab environment, debugging is performed without some devices.
    • The below list is import device in /necst/rx/__init__.py
from .attenuator import AttenuatorController  # noqa: F401
from .signal_generator import SignalGeneratorController  # noqa: F401
from .sis_bias import SISBias  # noqa: F401
from .hemt_bias import HEMTBias  # noqa: F401
from .spectrometer import SpectralData  # noqa: F401
from .thermometer import ThermometerController  # noqa: F401
  • NOTE: The Spectrometer is call in record.py, so this issue make us recording without specrometer.

  • However, other devices are imported yet. Without writing in device settings in config.toml, they are imported and errored.

    • We, Ishikawa and Matsuzuki, avoid this problem instantly. : Comment out import.
  • We should modify this issue to using NECST v4 without some devices.

  • The priority of this is not too high.

@TatsumiISHIKAWA TatsumiISHIKAWA added the enhancement New feature or request label Jul 26, 2023
@TatsumiISHIKAWA TatsumiISHIKAWA added this to the Release v4.0.0 milestone Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant