query_lutπ
Short descriptionπ
query_lut β Query all available look-up-tables (lut).
Signatureπ
query_lut( window WindowHandle, out string LookUpTable )
Descriptionπ
query_lut returns the names of all look-up-tables available on
the current used device. These tables can be set with set_lut.
An table named βdefaultβ is always available.
Execution informationπ
Execution information
-
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
-
Multithreading scope: global (may be called from any thread).
-
Processed without parallelization.
Parametersπ
WindowHandle (input_control) window β (handle)
Window handle.
LookUpTable (output_control) string-array β (string)
Names of look-up-tables.
Resultπ
query_lut returns 2 (H_MSG_TRUE) if a window is valid.
Otherwise an exception is raised.
Combinations with other operatorsπ
Moduleπ
Foundation