InoDrive / IO / get_ethernet_ports


InoDrive.IO.get_ethernet_ports()

Get information about the Ethernet Ports of the InoDrive Module

Returns: Ethernet Information (Object) This object contains information about the two Ethernet Ports and the CPU on the Drive including link: True/False and if there are any errors.

import CkInoDriveAPI

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

// Get Ethernet Ports
Drive.IO.get_ethernet_ports()