GridSetSettings¶
GridSetSettings sets the settings of the browser dialog box.
- bool = GridSetSettings(rvSetting)
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
- rvSetting
rvSetting is a real vector with 8 elements:
Value
Meaning
E[1]
Dataset type 0 for 1D, 1 for 2D, and 2 for 3D dataset.
E[2]
Variable id (varid) of the selected channel in the x-combo box.
E[3]
Variable id (varid) of the selected channel in the y-combo box.
E[4]
Variable id (varid) of the selected channel in the z-combo box.
E[5]
Autoscale Axes: 1 if checked or 0 if unchecked.
E[6]
Autoscale Isolines: 1 if checked or 0 if unchecked.
E[7]
Sort dataset by x: 1 if checked or 0 if unchecked.
E[8]
Enable record filter: 1 if checked or 0 if unchecked.
Comment
All functions starting with Grid
access the data browser.
If the browser dialog isn’t open, these functions return an invalid value.
id-976014