InoDrive / File / read_module_config
InoDrive.File.read_module_config(self)
Get Module Configuration File.
Arguments: self (Object): Reference to InoDrive File Instance.
Returns: Dict – Configuration settings of the Module: Name, Network Properties, and Electrical Properties.
import CkInoDriveAPI # Instantiate InoDrive Object and Connect by Name Drive = CkInoDriveAPI.InoDrive(target='Name', autoConnect=True) # Read Module Configuration File content = Drive.File.read_module_config()