.. highlightlang:: us .. index:: GridSetConfigInfo .. _gridsetconfiginfo: GridSetConfigInfo ================= .. us.tag GridSetConfigInfo NOTREADYENGLISH New330 Changed420 Grid :ref:`GridSetConfigInfo` sets the data browser configuration. .. function:: bool = GridSetConfigInfo(svConfig) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: svConfig *svConfig* is a string vector with 6 elements: .. list-table:: :header-rows: 0 * - E1 - Sort Channel namens (1 or 0), * - E2 - Use attribute add_offset and scale_factor (1 or 0), * - E3 - Use attribute C_format if specified (1 or 0), * - E4 - Number of decimal places (0 to 20), * - E5 - Mark formula channels (1 or 0). * - E6 - Channels are displayed in rows ("1") or columns ("0"). .. 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. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 4.2.0 - *svConfig* has 6 instead of 5 parameters. * - 3.3.0 - New .. seealso:: :ref:`overview-netcdf-browser`, :ref:`overview-netcdf-files`, :ref:`GridGetConfigInfo` :sub:`id-1462665`