Tucker-Davis Technologies (TDT) Python APIs for reading data and interacting with Synapse software
Project description
tdt
Tucker-Davis Technologies (TDT) Python APIs for reading data into Python and interacting with Synapse software
Usage
import tdt
# download example data from https://www.tdt.com/files/examples/TDTExampleData.zip
tdt.download_demo_data()
# import data block into Python structure
data = tdt.read_block('data/Algernon-180308-130351')
print(data)
print(data.streams)
print(data.epocs)
See SynapseAPI Manual PDF for full SynapseAPI usage
# connect to Synapse through SynapseAPI
import tdt
syn = tdt.SynapseAPI()
print(syn.getModeStr())
print(syn.getGizmoNames())
syn.setParameterValue('gizmo', 'parameter', new_value)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tdt-0.6.8.tar.gz
(41.5 kB
view details)
Built Distribution
tdt-0.6.8-py3-none-any.whl
(56.5 kB
view details)
File details
Details for the file tdt-0.6.8.tar.gz
.
File metadata
- Download URL: tdt-0.6.8.tar.gz
- Upload date:
- Size: 41.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1f3bf1502888d5a9718b099381a9a3abf880c40e14b699a5b51f5975f96d999e
|
|
MD5 |
87cef4cb965087d65d306c6f761224a7
|
|
BLAKE2b-256 |
c61014787b146b57ac12a590407a841298652bb897b3fe6471489ccd234616dc
|
File details
Details for the file tdt-0.6.8-py3-none-any.whl
.
File metadata
- Download URL: tdt-0.6.8-py3-none-any.whl
- Upload date:
- Size: 56.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
db74d85a6591464d5146ee10ed9ad0a147ce5862177fd64284ee4361c88f9a88
|
|
MD5 |
14a4ca5179dd833955e4ab0040785388
|
|
BLAKE2b-256 |
8c8efabf2b708ac114f40256ca2ef902fd9822babc0f4faedb72304f8b2be217
|