InoDrive API
PY
  • PY
  • JS
Table of Contents
InoDrive API
  • PY
    • InoDrive API — PY
    • InoDrive API — JS
GrabGrab
GrabGrab
  • About This Manual
  • Installation
  • Usage
  • Discover
  • InoDrive
    • Connection
      • connect
      • connected
      • disconnect
      • dispose
      • set_target
    • SysControl
      • console_enable
      • get_module_info
      • take_control
    • Discover
      • get_info
    • File
      • delete_uapp
      • read
      • read_module_config
      • write
      • write_module_config
    • IO
      • get_analog_input
      • get_holding_brake
      • get_holding_brake_fault
      • get_input
      • get_input_polarity
      • get_inputs_data
      • get_output
      • get_output_fault
      • get_outputs_data
      • get_safety_input
      • set_holding_brake
      • set_input_polarity
      • set_output
      • get_metrics
      • get_temperatures
      • get_input_voltage
      • get_operational_state
      • get_ethernet_ports
      • get_accelerometer
    • UserApp
      • dispose
      • get_all_variables
      • get_var
      • get_variable
      • get_variables_list
      • read_var
      • set_var
      • start_poll
      • stop_poll
      • update_variables_list
      • write_var

get_input_voltage

InoDrive / IO / get_input_voltage

  • PY
  • JS

InoDrive.IO.get_input_voltage()

Get the Input Voltage of the InoDrive Module

Returns: Input Voltage (Object) This object contains Input Voltage.

import CkInoDriveAPI

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

// Get the Input Voltage
Drive.IO.get_input_voltage()
get_temperatures
get_operational_state
Copyright © 2025 Cardinal Kinetic — Powered by Manula.com