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.7.3.tar.gz
(44.6 kB
view details)
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
tdt-0.7.3-py3-none-any.whl
(59.6 kB
view details)
File details
Details for the file tdt-0.7.3.tar.gz.
File metadata
- Download URL: tdt-0.7.3.tar.gz
- Upload date:
- Size: 44.6 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 |
aee284c7b707339fc58cb39d114076d5d4989e653676eab1ac833751c3c47c8a
|
|
| MD5 |
1dad89d2ca3051cafe6e67d974fc874e
|
|
| BLAKE2b-256 |
dc553dae6d5fea6ba7d32ad079af6dfb13151ff7e6f5da17fe5cfddd0bbb93bf
|
File details
Details for the file tdt-0.7.3-py3-none-any.whl.
File metadata
- Download URL: tdt-0.7.3-py3-none-any.whl
- Upload date:
- Size: 59.6 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 |
5452dfa23694bb1e192a8454523f91b53c34563380dd6cc90bbf588be10dfa56
|
|
| MD5 |
656d28efb28f7e5e8b7386b51508a593
|
|
| BLAKE2b-256 |
0551e8054ee005fe613f2e854c31e0882de20f809a5f14bf44aeb82b39dd270c
|