MATLAB XPC TARGET 4 - API GUIDE Guia do Utilizador Página 238

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 237
13 Target PC Command-Line Interface Reference
13-4
Target PC
Command
Description and Syntax MATLAB Equivalent
getpar
Display the value of a
block parameter using the
parameter index.
Syntax:
getpar
parameter_index
get(tg, 'parameter_name')
setpar
Change the value of a
block parameter using the
parameter index.
Syntax:
setpar
parameter_index =
floating_point_number
set(tg, 'parameter_name',
number)
stoptime
Enter a new stop time.
Use
inf to run the target
application until you
manually stop it or reset
the target PC.
Syntax:
stoptime =
floating_point_number
tg.stoptime = number
sampletime
Enter a new sample time.
Syntax:
sampletime =
floating_point_number
tg.sampletime = number
set(tg, 'SampleTime',
number)
Vista de página 237
1 2 ... 233 234 235 236 237 238 239 240 241 242 243 ... 371 372

Comentários a estes Manuais

Sem comentários