Skip to main content

Interface with a Stanford Research Systems CG635 Synthesized Clock Generator

Project description

SRS-CG635 Synthesized Clock Generator Interface

Interface with a Stanford Research Systems CG635 Synthesized Clock Generator.

Installation

$ pip install cg635-clock-generator

Supported Features

  • Frequency control
  • Phase control
  • CMOS output levels and standards control
  • Q/*Q outputs levels and standards control
  • R232 communication

Usage

from cg635_clock_generator import CG635ClockGenerator, CG635Communication

clock_generator = CG635ClockGenerator(
        communication_type=CG635Communication.RS232,
        serial_device='/dev/ttyUSB0',
)

print(clock_generator.get_identification())

FREQ = 10e6
PHASE = 90.0

clock_generator.set_frequency(FREQ)

frequency = clock_generator.get_frequency()
print(f"Frequency is {frequency} Hz")

clock_generator.set_phase(PHASE)

phase = clock_generator.get_phase()
print(f"Phase is {phase} degrees")

Running tests on hardware

During normal development and for the CI the unit test suite is executed on a mock device using pyvisa-mock. It is also possible to run tests on real hardware connected to your system. Just set the hil flag when running tox

$ tox -- --hil

By default it will try to connect to /dev/ttyUSB0, but you can specify a different device using the --hil_serial_device option:

$ tox -- --hil --hil_serial_device /dev/ttyUSB1

Status

Currently only the RS232 communication has been tested on the device.

Documentation

For more details of the module API, check the online documentation.

Feeling like contributing?

Great! Check the Contributing Guide to get started.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cg635_clock_generator-1.0.3.tar.gz (387.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cg635_clock_generator-1.0.3-py3-none-any.whl (10.6 kB view details)

Uploaded Python 3

File details

Details for the file cg635_clock_generator-1.0.3.tar.gz.

File metadata

  • Download URL: cg635_clock_generator-1.0.3.tar.gz
  • Upload date:
  • Size: 387.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.16

File hashes

Hashes for cg635_clock_generator-1.0.3.tar.gz
Algorithm Hash digest
SHA256 f30d0115edc318c11c03c313f1239eb4ed4f68b76246a37ec954a732dc1ac29b
MD5 0e35e7d96144719a89211ac4031fe0f0
BLAKE2b-256 ccc4ee2a4ce0696b84e64c632f791b37657e3294377c777541c3003fdca115d3

See more details on using hashes here.

File details

Details for the file cg635_clock_generator-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for cg635_clock_generator-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a048e5a3f1e9390f2d8c7f3ec13a0c573aa444186e40c994cdeb2bb1b632043a
MD5 9517170fc0d86fb9f33317687d67ce84
BLAKE2b-256 fd9f491eb0535563e20bb649fc8b81f84b1c2dd05fb82981b79272d68967c89a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page