Starts a VDA Tool used for viewing and exporting variables.
Parent The widget ID of the parent widget.
Position Specifies, in pixels, the x and y (horizontal and vertical) coordinates for the starting location of the upper-left corner of the VDA Tool window.
Restore A data structure previously saved in the Tools Manager with the TmSaveTools function. This keyword is reserved for internal use; it is not to be used at the command line (see Discussion).
Type An integer, or array of integers, that specify the data types to display. These integers and their corresponding data types are:
Data Type Code | Data Type |
---|---|
0 | Undefined |
1 | Byte |
2 | Integer |
3 | Longword Integer |
4 | Floating Point |
5 | Double-Precision Floating |
6 | Complex single-precision floating |
7 | String |
12 | Complex double-precision floating |
The Restore keyword is used specifically by the TM_RESTORE method. For information on the TM_RESTORE method, refer to the source code for WzVariable in:
wavedir/lib/vdatools/wzvariable.pro
wavedir:[LIB.VDATOOLS]WZVARIABLE.PRO
wavedir\lib\vdatools\wzvariable.pro
wavedir
is the main PV-WAVE directory.
NOTE: For information on how to use this VDA Tool, use online Help. Select the On Window command from the VDA Tool Help menu to bring up Help on this VDA Tool.
WzVariable, Associated_With='WzPlot_1'