InoDrive / IO / get_temperatures
InoDrive.IO.get_temperatures()
Get information about the Temperature of the InoDrive Module
Returns: Temperature Information (Object) This object contains temperature information for key points on the Drive including: the Case, CPU, FETs, Outputs, and Regen.
import CkInoDriveAPI # Instantiate InoDrive Object and Connect by Name Drive = CkInoDriveAPI.InoDrive(target='Name', autoConnect=True) // Get the Temperature Information Drive.IO.get_temperatures()