SVT UFF58 Get Function References VI
- Updated2025-12-02
- 4 minute(s) read
Owning Palette: UFF58b VIs
Requires: Sound and Vibration Toolkit
Retrieves the function references and the function types of all the functions specified by function type that are present in the UFF58 (universal file format) file specified by file refnum .
Details Example
|
file refnum specifies the UFF58 file refnum associated with the file you want to use. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
function type (all functions:0)
specifies the type of functions returned.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
dup file refnum returns the same value as the input file refnum . You can wire this output to the file refnum input of another UFF58b or UFF58 Advanced VI. You also can use this refnum to close the UFF file. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
function refnums returns the references to all the functions in the UFF58 file. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
function types
returns all the function types in the UFF58 file as specified by
function type
. A function type can have any of the following values.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
number of functions returns the total number of functions specified by function type that are in the UFF58 file. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
error out contains error information. This output provides standard error out functionality. |
SVT UFF58 Get Function References Details
You cannot edit a UFF58 file with the UFF58b or UFF58 Advanced VIs after you write and close the file. If you need to edit the contents of an existing UFF58 file after you write and close the file, you can read the information then write modified information to a new UFF58 file. Example
Refer to the Read Time Waveforms with Records (UFF File) VI in the labview\examples\Sound and Vibration\UFF58 directory for an example of using the SVT UFF58 Get Function References VI.
Open example
Find related examples