MATLAB REAL-TIME WORKSHOP 7 - TARGET LANGUAGE COMPILER Manual de Serviço Página 135

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 282
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 134
LibBlockParameterAddr
4
-13
LibBlockParameterAddr
Purpose
Determines the address of a block parameter.
Syntax
%<LibBlockParameterAddr(param, ucv, lcv, idx)>
Arguments
param
Reference to a block parameter identifier.
ucv
User control variable string.
lcv
Loop control variable string.
idx
Integer index.
Returns
The address of a block parameter.
Description
LibBlockParameterAddr
returns the address of a block parameter as:
This routine does not work for matrix parameters. Use
LibBlockMatrixParamterAddr
when accessing a block’s matrix parameter.
&P.block.param[ucv]
If
ucv
is specified.
&P.block.param[lcv]
If
lcv
is specified.
&P.block.param[idx]
Otherwise.
Vista de página 134
1 2 ... 130 131 132 133 134 135 136 137 138 139 140 ... 281 282

Comentários a estes Manuais

Sem comentários