Skip to content

bleykauf/mogdevice

Repository files navigation

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