Copy of data type creation property list
plist_id = H5T.get_create_plist(datatype_id)
plist_id = H5T.get_create_plist(datatype_id)
returns
a property list identifier for the data type creation property list
associated with the data type specified by datatype_id
.