Skip to content

l-johnston/srs_cg635

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status PyPI

srs_cg635

Python interface to the Stanford Research Systems CG635 Clock Generator

Installation

> pip install srs_cg635

Usage

>>> from srs_cg635 import CommChannel
>>> with CommChannel(address=23) as cg:
...     cg.frequency = 10e6 # Hz
...     cg.cmos_levels = "3.3 V"
>>> 

Supported features:

  • frequency
  • phase
  • output levels
  • output run state
  • status

About

Python interface to the Stanford Research Systems CG635 clock generator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages