получение списка примитивов модуля
readgateway(module_name) primitives = readgateway(module_name); [primitives, primitivesID] = readgateway(module_name); [primitives, primitivesID, gatewayID] = readgateway(module_name);
строка
матрицы строк
readgateway(module_name)
возвращает список переменных модуля
module_name
.
primitives
: список примитивов модуля module_name
.
primitivesID
: список идентификаторов примитивов.
gatewayID
: список идентификаторов шлюзов, связанных с модулем
module_name
.
With getPreferencesValue():
ans = !clc 1 53 ! !tohome 2 53 ! !lines 3 53 ! !prompt 4 53 ! !iswaitingforinput 5 53 !
// Example with the signal_processing Scilab-6-like module: path = "SCI/modules/signal_processing/sci_gateway/signal_processing_gateway.xml"; getPreferencesValue("//module/gateway", "function", path) | ![]() | ![]() |
ans = !fft ! !corr ! !rpem ! !amell ! !delip ! !remez ! !syredi ! !conv2 !
Version | Description |
5.5.2 | readgateway was removed after Scilab 5.5.2.
Please use getPreferencesValue(..) instead. |