Set Custom Data Properties VI
- Updated2023-02-21
- 2 minute(s) read
Set Custom Data Properties VI
Owning Palette: LVGPU SDK
Requires: GPU Analysis Toolkit
Assigns the extra data properties stored in the custom data class. This VI overwrites any existing properties in the custom data class.
For more information about how to use the LVCUDA SDK and LVGPU SDK VIs, refer to the KnowledgeBase article Customizing GPU Computing Using the GPU Analysis Toolkit at ni.com.

![]() |
GPU Custom Data in specifies a custom data class. |
![]() |
Extra Data Ptr specifies the extra data pointer. |
![]() |
Extra Custom Data specifies an extra GPU custom data class. |
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. |
![]() |
Cleanup Procedure Address specifies the address of the procedure that frees the extra data pointer. |
![]() |
GPU Custom Data out returns a custom data class. |
![]() |
error out contains error information. This output provides standard error out functionality. |
Set Custom Data Properties Details
To avoid leaking resources, call the Get Custom Data Properties VI to retrieve properties that require special handling. Alternatively, close the custom data class by calling the Destroy Custom Data VI and generate new custom data class using the Create Custom Data VI before setting properties with this function.




