Skip to main content

Communicating with MOGlabs devices

Project description

MOGdevice ‒ moglabs device class

This is an unofficial repository. It uses the Python drivers from the MOGLabs website and turned it into a installable package.

PyPI Code style: black

Basic functionality for MOGLabs devices

You can import a class that allows for communication with MOGLabs devices by running

from mogdevice import MOGDevice

and connecting to a device by running

dev = MOGDevice("IP_ADDRESS_OF_DEVICE")

High-level class for MOGLabs QRF

Based on the MOGDevice class, this package provides a higher level class for the Quad RF Synthesizer (QRF) that implements a subset of the commands as methods and properties. Connect to a device with

from mogdevice.qrf import QRF
qrf = QRF("IP_ADDRESS_OF_DEVICE")

Authors

Copyright (c) 2017 - present, MOG Laboratories Pty Ltd, Australia. Copyright (c) 2024, Bastian Leykauf

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

mogdevice-1.2.1.tar.gz (90.5 kB view hashes)

Uploaded Source

Built Distribution

mogdevice-1.2.1-py3-none-any.whl (10.8 kB view hashes)

Uploaded Python 3

Supported by

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