MATLAB REAL-TIME WORKSHOP 7 - TARGET LANGUAGE COMPILER Manuale di Servizio Pagina 135

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 282
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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.
Vedere la pagina 134
1 2 ... 130 131 132 133 134 135 136 137 138 139 140 ... 281 282

Commenti su questo manuale

Nessun commento