I am working on a traceability issue, which requires me to assign custom made IDs to Parts and Components(on Hypermesh Python API Hyperworks 2025.1). Manipulating already existing attributes is possible through set_attribute_value() method but making our own custom attribute (custom IDs) throws an AttributeError 'NoneType' object has no attribute 'GetValueBasicType'. Can someone help me out with this.