The parent of this LabVIEW class is in community scope and is not accessible from this class
- Updated2025-07-30
- 1 minute(s) read
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.