Skip to main content

Set Log Column Aliases (LCC.set_log_aliases)

Signature

LCC.set_log_aliases(aliases)

Parameters

  • aliases
    Table. Ordered list of alias strings for log channels 1 through 6.

Returns

  • none

Notes

Persists the aliases so the controller UI and the dictionary form of LCC.log can use them.
The array is converted to { log1 = aliases[1], ... } and saved.
Only six channels are supported; extra entries are ignored.

Example

LCC.set_log_aliases({
"Status", "Progress", "Error", "Debug", "Spare 1", "Spare 2"
})