This VI cannot access the referenced item in protected scope
- Updated2025-07-30
- 1 minute(s) read
This VI cannot access the referenced item because of class access scope. Items in protected scope can be accessed only from the following locations:
- from inside the owning LabVIEW class
- from inside LabVIEW classes inheriting from the owning LabVIEW class