5import isystem.connect
as ic
12 connMgr = ic.ConnectionMgr()
13 connMgr.connect(ic.CConnectionConfig().instanceId(winidea_id))
15 cfgCtrl = ic.CConfigurationController(connMgr)
17 optCtrl = cfgCtrl.ide_SoCs()
18 print(f
"URL of the 'SoCs' controller: {optCtrl.URL()}")
19 print(f
"Number of SoCs: {optCtrl.size()}")
22if __name__ ==
"__main__":