文档

H5P.get_alignment

检索对齐属性

语法

[threshold,align] = h5p .get_align (plist_id)

描述

[threshold,align] = h5p .get_align (plist_id)属性指定的文件访问属性列表中检索对齐属性的当前设置plist_id

例子

fid = H5F.open(“example.h5”);fapl = H5F.get_access_plist(fid);[threshold,align] = h5p .get_align (fapl);H5P.close(足联);H5F.close (fid);
这个话题有用吗?