query_lutT_query_lutQueryLutQueryLutquery_lut (算子名称)

名称

query_lutT_query_lutQueryLutQueryLutquery_lut — Query all available look-up-tables (lut).

参数签名

query_lut( : : WindowHandle : LookUpTable)

Herror T_query_lut(const Htuple WindowHandle, Htuple* LookUpTable)

void QueryLut(const HTuple& WindowHandle, HTuple* LookUpTable)

HTuple HWindow::QueryLut() const

static void HOperatorSet.QueryLut(HTuple windowHandle, out HTuple lookUpTable)

HTuple HWindow.QueryLut()

def query_lut(window_handle: HHandle) -> Sequence[str]

描述

query_lutquery_lutQueryLutQueryLutQueryLutquery_lut returns the names of all look-up-tables available on the current used device. These tables can be set with set_lutset_lutSetLutSetLutSetLutset_lut. An table named 'default' is always available.

运行信息

参数表

WindowHandleWindowHandleWindowHandleWindowHandlewindowHandlewindow_handle (input_control)  window HWindow, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Window handle.

LookUpTableLookUpTableLookUpTableLookUpTablelookUpTablelook_up_table (output_control)  string-array HTupleSequence[str]HTupleHtuple (string) (string) (HString) (char*)

Names of look-up-tables.

结果

query_lutquery_lutQueryLutQueryLutQueryLutquery_lut returns 2 ( H_MSG_TRUE) if a window is valid. Otherwise an exception is raised.

可能的后置算子

set_lutset_lutSetLutSetLutSetLutset_lut, disp_lutdisp_lutDispLutDispLutDispLutdisp_lut

参考其它

set_lutset_lutSetLutSetLutSetLutset_lut

模块

Foundation