Skip to content
Snippets Groups Projects
Commit 56c1d755 authored by Christoph Schmidt's avatar Christoph Schmidt
Browse files

Minor changes

parent 8bf1a889
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,9 @@ ...@@ -6,8 +6,9 @@
<sourceFolder url="file://$MODULE_DIR$/src/CaptDeviceControl" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$/src/CaptDeviceControl" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/src/CaptDeviceControl/adcaptdevicecontrol" /> <excludeFolder url="file://$MODULE_DIR$/src/CaptDeviceControl/adcaptdevicecontrol" />
<excludeFolder url="file://$MODULE_DIR$/src/CaptDeviceControl/old" /> <excludeFolder url="file://$MODULE_DIR$/src/CaptDeviceControl/old" />
<excludeFolder url="file://$MODULE_DIR$/.venv" />
</content> </content>
<orderEntry type="jdk" jdkName="Python 3.11 (.venv312_al) (3)" jdkType="Python SDK" /> <orderEntry type="jdk" jdkName="Python 3.10 (captdevicecontrol)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
</component> </component>
<component name="PyDocumentationSettings"> <component name="PyDocumentationSettings">
......
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
<component name="Black"> <component name="Black">
<option name="sdkName" value="Python 3.11 (.venv312_al) (3)" /> <option name="sdkName" value="Python 3.11 (.venv312_al) (3)" />
</component> </component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.11 (.venv312_al) (3)" project-jdk-type="Python SDK" /> <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (captdevicecontrol)" project-jdk-type="Python SDK" />
</project> </project>
\ No newline at end of file
# - Configuration file stored 2023-11-11 17:00:09.246929 - # - Configuration file stored 2023-11-21 15:48:11.683307 -
CaptDeviceConfig: #!!python/object:controller.CaptDeviceConfig CaptDeviceConfig: #!!python/object:controller.CaptDeviceConfig
sample_rate: 50000 # Sample rate: Sample rate of the device sample_rate: 50000 # Sample rate: Sample rate of the device
streaming_rate: 500 # Streaming rate: Streaming rate in Hz (should be below 1kHz) streaming_rate: 500 # Streaming rate: Streaming rate in Hz (should be below 1kHz)
......
...@@ -2,13 +2,13 @@ import logging ...@@ -2,13 +2,13 @@ import logging
import sys import sys
import os import os
sys.path.append('../src/') sys.path.append('..')
from PySide6.QtWidgets import QApplication from PySide6.QtWidgets import QApplication
from rich.logging import RichHandler from rich.logging import RichHandler
import src.CaptDeviceControl as CaptDevice import CaptDeviceControl as CaptDevice
if __name__ == "__main__": if __name__ == "__main__":
......
...@@ -6,5 +6,5 @@ scipy~=1.10.1 ...@@ -6,5 +6,5 @@ scipy~=1.10.1
rich rich
# add the git repo # add the git repo
git+https://gitlab.tugraz.at/flexsensor-public/confighandler.git@develop git+https://gitlab.tugraz.at/flexsensor-public/confighandler.git@develop
#git+https://gitlab.tugraz.at/flexsensor-public/fswidgets.git@develop git+https://gitlab.tugraz.at/flexsensor-public/fswidgets.git@develop
../fswidgets #../fswidgets
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment