Python API for CS8000 series RF switches
Project description
CS8000 Python API
Python library for controlling CS8000 series RF switches.
Installation
pip install ikalogic-cs8000
Quick Start
from ikalogic import cs8000
# Create instance and connect
sw = cs8000.CS8000("CS8216")
sw.open() # Auto-detect first available device
# Switch connections
sw.prepare(1, 1) # Connect COM1 to CH1
sw.prepare(2, 0) # Disconnect COM2
sw.commit()
# Close connection
sw.close()
Documentation
Full documentation is available at: https://ikalogic.com/kb/cs8000-api/cs8000_home/
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
ikalogic_cs8000-1.0.8.tar.gz
(5.3 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
File details
Details for the file ikalogic_cs8000-1.0.8.tar.gz.
File metadata
- Download URL: ikalogic_cs8000-1.0.8.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96dcbf3332889fcaedd97dc2fec2c0fad7787c2c692ee14f987270cb879907bb
|
|
| MD5 |
d0ac2e0b8f2ecf21a1f397fcaa7fb47d
|
|
| BLAKE2b-256 |
837723a8b666c1538ed68686959d1242f7063a1e473e28f0207c0f8ee8916b10
|
File details
Details for the file ikalogic_cs8000-1.0.8-py3-none-any.whl.
File metadata
- Download URL: ikalogic_cs8000-1.0.8-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6bbb86bb9b6977d05df2c278b1fb30e4050409d210b4a6d4f6f5a167f66ccfc
|
|
| MD5 |
ce97b84fdef4d715732810bb08499b0c
|
|
| BLAKE2b-256 |
1c1c519eeb12b948bc6fc03507d2c5b2a59d2e9855687a8cd1a686b56915a999
|