sId | (String) Identifier of the tab in the INFO system. |
---|---|
sPars | (String) Additional parameters of the tab in the INFO system.
Entries are in the KeyVal format, for example "name:Log1;path:Comm/Comm1;maxrows:500;" name (mandatory) - Displayed name of the tab in the INFO system. Must not be an empty string.
path - Path to registered item in the items tree inside Debug. The missing items contained in the path are created.
If the path is empty string (default) then the tab is created directly in the "Debug" item. maxrows - Maximum row number on the "INFO" tab (default 200). |
Pm.InfoLogReg("log1", "name:Log1;path:Comm/Comm1;");