Owning Palette: Data Type Parsing VIs
Requires: Base Development System
Retrieves LabVIEW class information from the data type stored in variant. This VI returns an error if variant does not contain a LabVIEW class.
Add to the block diagram | Find on the palette |
variant specifies the variant data from which you want to retrieve data type information. | |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | |
LabVIEW class file name returns the name of the LabVIEW class file on disk. | |
qualified LabVIEW class name returns an array that contains the LabVIEW class stored in variant, the project library that owns the LabVIEW class, and any project libraries that own the project library. | |
error out contains error information. This output provides standard error out functionality. |