InoDrive / IO / get_operational_state


InoDrive.IO.get_operational_state()

Get information about the Operational States of the InoDrive Module

Returns: Operational States (Object) This object contains information about the Operational States of the Module including: Module, Network, User Application, Motor, and Regen.

import CkInoDriveAPI

# Instantiate InoDrive Object and Connect by Name
Drive = CkInoDriveAPI.InoDrive(target='Name', autoConnect=True)

// Get Operational States
Drive.IO.get_operational_state()