GridGetConfigInfo

GridGetConfigInfo returns a string vector with 6 elements containing the options, displayed in the option dialog box.

svConfig = GridGetConfigInfo()

Return Value

svConfig is a string vector with 6 elements:

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”).

Comment

All functions starting with Grid access the data browser. If the browser dialog isn’t open, these functions return an invalid value.

id-124418