MATLAB XPC TARGET 4 - API GUIDE Guía de usuario Pagina 238

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 372
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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 pagina 237
1 2 ... 233 234 235 236 237 238 239 240 241 242 243 ... 371 372

Comentarios a estos manuales

Sin comentarios