The parent of this LabVIEW class is in community scope and is not accessible from this class
- 已更新2025-07-30
- 閱讀時間為 1 分鐘
This LabVIEW class is set to inherit from a class in community access scope and cannot be accessed from outside of the library to which it belongs unless you declare it a friend of that library. To correct this error, make this class a part of the same library, declare this class a friend of the library, or change the access scope of the parent to Public.