Code for practicum Use the Force at Vrije Universteit Amsterdam.
Project description
Use the Force
Python package for physics practicum at Vrije Universiteit Amsterdam.
Features
Allows for communication with the M5Din Meter that is used within the practicum.
Comes bundled with a GUI, that includes various settings when using the M5Din Meter.
Using the GUI
The GUI can be called upon with the start() function in use_the_force.gui.
Or by rewriting the start() function yourself:
import sys
from PySide6 import QtWidgets
import use_the_force.gui as gui
app = QtWidgets.QApplication(sys.argv)
ui = gui.UserInterface()
ui.show()
ret = app.exec_()
sys.exit(ret)
Additional Info
Motorstage speed:
SV(120) = 2 mm/s
SV(60) = 1 mm/s
Range: [1,120]
License
Distributed under the MIT License. See LICENSE for more information.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file use_the_force-0.2.1.tar.gz.
File metadata
- Download URL: use_the_force-0.2.1.tar.gz
- Upload date:
- Size: 26.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.30 {"installer":{"name":"uv","version":"0.9.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d06f74013c70ce3931e0fd24c8ee3cd09734da7d6058165659c15574579a8492
|
|
| MD5 |
53b60a178bb7abfad6248d875c661740
|
|
| BLAKE2b-256 |
f2157697432619365da12ee386570ca7e6589fa2337bd574e5bb66248f678952
|
File details
Details for the file use_the_force-0.2.1-py3-none-any.whl.
File metadata
- Download URL: use_the_force-0.2.1-py3-none-any.whl
- Upload date:
- Size: 30.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.30 {"installer":{"name":"uv","version":"0.9.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85f27d937a6721313d5bca134fd78313bdd783b3ce6f88755fe3c81c20bc63aa
|
|
| MD5 |
36d4afc8ea94016fb300d44ba47bb04c
|
|
| BLAKE2b-256 |
c7bb65f1e489291eebdc68b6984fdb9d092a98d69391eb6a03dd4c00f9ce816e
|