Download LabWindows/CVI User Manual
Transcript
Chapter 4 Source and Interactive Execution Windows Tag Description /// RETV name Specifies the name of the return value. If you do not use this tag or use the tag without a name, the default name Return value is used. /// FP title Specifies the title of the instrument. If you do not use this tag, the function panel filename is used for the function panel title. /// ADDT typename Adds a type to the function panel. Adds: typename typename typename typename typename /// EX [] * ** *[] Excludes the following lines from function panel generation. This tag ignores all other tags, functions, enums, and so on until it finds the UNEX tag. Note The code excluded from the generation still has to follow the syntax. If you want to exclude code that is not syntactically correct, use comments instead. Also, EX and UNEX tags support nesting. /// UNEX Stops excluding code from function panel generation. This tag supports nesting. /// HFP helpfile Copies the contents of helpfile into the instrument help of the function tree. /// HCL helpfile Sets the class help for the class node following this tag to the contents of helpfile. This tag is overwritten by the first class node following this tag. /// HFUN helpfile Sets the function help for the function following this tag to the contents of helpfile. This tag applies only to the function immediately following the tag. /// HPAR p1/ helpfile1,... Sets the help for parameter p1 for the function following this tag to the contents of helpfile. This tag applies only to the function immediately following the tag. /// HRET helpfile Sets the help for the return value for the function following this tag to the contents of helpfile. This tag applies only to the function immediately following the tag. LabWindows/CVI User Manual 4-36 ni.com