11-26-2025 07:50 PM
I'm a seasoned developer and I'm trying to find the reference for the API functions in the Program Files x86\...\API\CVI library
Specifically what the function does and description of the parameters.
An example is the tsui function panel, a function called TSUI_ApplicationMgrGetCaptionText. This info is not in the Help system and I have not found any function help in the CVI IDE.
There are plenty of other functions I would like to learn about.
11-26-2025 07:56 PM
TSUI_ApplicationMgrGetCaptionText is not a built-in CVI function.
It belongs to the TestStand API and gets installed with TestStand.
Can't you access to function specific help when you right-click an empty spot on the specific function panel?