MATLAB REAL-TIME WORKSHOP 7 - TARGET LANGUAGE COMPILER Wartungshandbuch Seite 135

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 282
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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.
Seitenansicht 134
1 2 ... 130 131 132 133 134 135 136 137 138 139 140 ... 281 282

Kommentare zu diesen Handbüchern

Keine Kommentare