.. highlightlang:: us .. index:: GridSetSettings .. _gridsetsettings: GridSetSettings =============== .. us.tag GridSetSettings NOTREADYENGLISH New360 Grid :ref:`GridSetSettings` sets the settings of the browser dialog box. .. function:: bool = GridSetSettings(rvSetting) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: rvSetting *rvSetting* is a real vector with 8 elements: .. list-table:: :header-rows: 1 * - 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. .. us.comment **Comment** All functions starting with ``Grid`` access the data browser. If the browser dialog isn't open, these functions return an invalid value. .. seealso:: :ref:`overview-netcdf-browser`, :ref:`overview-netcdf-files` :sub:`id-976014`