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)
Release files for tdt 0.7.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tdt-0.7.6.tar.gz | 57.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tdt-0.7.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 117.9 kB
Release files / tdt-0.7.6.tar.gz
| Download URL | tdt-0.7.6.tar.gz |
|---|---|
| Size | 57.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9d6c5283ae53f60fefe72e55ee5e168930fed249d91825483401ad6d1f6e420b
|
|
BLAKE2b-256 checksum How to use checksums |
b0571a657fbfe1304eaf9b739514e964d0e6df66877c8f1f1d9ae2a58cf0b247
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.11
|
Release files / tdt-0.7.6-py3-none-any.whl
| Download URL | tdt-0.7.6-py3-none-any.whl |
|---|---|
| Size | 60.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2fa6b2480442b72c7bc9818fc56a61d78206dfbb58c3096066badb364fdd3476
|
|
BLAKE2b-256 checksum How to use checksums |
70215d4c42fc7762e44a7d70338f8dc07d8f67a51743ba6c6ec2d88be53de29c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.11
|