Cardinal Kinetic Python API library
Project description
Installation
pip install CK-InoDrive-API
Usage
# Import InoDrive API library
import CkInoDriveAPI
# Create InoDrive module object instance
# Connect by name
drive = CkInoDriveAPI.InoDrive(target='InoDrive-Direct')
# Connect by serial number
drive = CkInoDriveAPI.InoDrive(target='SN')
# Connect by IP Address
drive = CkInoDriveAPI.InoDrive(target='IP')
# Connect to the drive
drive.connect()
# Read variable with name 'VariableName'
drive.read('VariableName')
# Disconnect from the drive
drive.disconnect()
# Drive object cleanup
drive.destroy()
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
CK-InoDrive-API-0.1.0.tar.gz
(8.0 kB
view hashes)
Built Distribution
Close
Hashes for CK_InoDrive_API-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 128a3c26c7c2eab123294ce522da2703440d567753612a4b8721608aff32b837 |
|
MD5 | 29c8441ce5dc037a7f0a2476d4d2d2c6 |
|
BLAKE2b-256 | b054223c994b1bfd5d7270214d09ac7de17811ab0c4463129ee0c19c0de7bf99 |