Skip to main content

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


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)

Uploaded Source

Built Distribution

CK_InoDrive_API-0.1.0-py3-none-any.whl (8.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page