Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • H hvl_ccb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

To receive notifications about scheduled maintenance, please subscribe to the mailing-list gitlab-operations@sympa.ethz.ch. You can subscribe to the mailing-list at https://sympa.ethz.ch

  • HVL
  • hvl_ccb
  • Issues
  • #28

Closed
Open
Created Sep 20, 2019 by mikolajr@mikolajrMaintainer

Add SCPI commands layer

@menneh @bleulerp Pascal pointed out that some serial connection devices conform to SCPI commands standard, that we could take advantage of and provide ScpiCommunication < SerialCommunication class, and if needed ScpiDevice < SingleCommDevice.

Currently we have at least dev.heinziger devices that conform to that standard.

There is already a similar in design (com protocol + device) Python implementation python-scpi. It could either:

  1. be directly used - encapsulate and conform to abstract base classes, but loose common abstractions implementation, or
  2. serve as an example for own implementation - cleaner and probably easier approach.
Edited Sep 20, 2019 by mikolajr
Assignee
Assign to
Time tracking