rwl / PyCIM

Python implementation of the Common Information Model.
http://rwl.github.io/PyCIM/api/
MIT License
77 stars 35 forks source link

AssetInfo Not being read #30

Open sssaha opened 3 years ago

sssaha commented 3 years ago

Hello I have a CIM file that has an asset like this : `

CableAsset ONS-DA010000CARRU100157756 ` After reading the CIM file, through CIMread , assuming the variable is `d`, I did this following `x = d['eo_cable_10606184']` And then; `print(x.AssetInfo)` This always shows blank, even for other objects too. Why is the AssetInfo defined in the CIM definition is not being initialized while creating this Asset object?