.. highlightlang:: us .. index:: GridGetConfigInfo .. _gridgetconfiginfo: GridGetConfigInfo ================= .. us.tag GridGetConfigInfo NOTREADYENGLISH New330 Changed420 Grid :ref:`GridGetConfigInfo` returns a string vector with 6 elements containing the options, displayed in the option dialog box. .. function:: svConfig = GridGetConfigInfo() .. us.return **Return Value** *svConfig* is a string vector with 6 elements: .. list-table:: :header-rows: 0 * - E1 - Sort Channel names ("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. .. seealso:: :ref:`overview-netcdf-browser`, :ref:`overview-netcdf-files`, :ref:`GridSetConfigInfo` :sub:`id-124418`