Requires: VI Scripting
Inherits from Node»GrowableFunction. View the class hierarchy.
Property | Description |
---|---|
Abort Callback | Sets or returns the name of the abort callback function that LabVIEW calls. Details |
Any Thread? | Indicates whether the function is reentrant. Details |
Calling Convention | Uses the calling conventions to call libraries. Details |
Dynamic Library? | Sets the Call Library Function Node, in write mode, to execute with the library path you specify. In read mode, this property returns whether LabVIEW configures the Call Library Function Node to load the library dynamically. Details |
Error Checking Level | Sets or returns the error level for the Call Library Function Node. Details |
Function Name | Sets or returns the name of the function you configure the Call Library Function Node to call. Details |
Input Terminals[] | Returns a 1D array of references to the input parameters. Details |
Library Path | Specifies the path to the DLL or shared library the Call Library Function Node calls. Details |
Output Terminals [] | Returns a 1D array of references to the output parameters. Details |
Parameter Info | Sets or returns an array of clusters with information for the parameters of a function. Details |
Reserve Callback | Sets or returns the name of the reserve callback function that LabVIEW calls. Details |
Unreserve Callback | Sets or returns the name of the unreserve callback function that LabVIEW calls. Details |