MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH ALTIUM TASKING Especificaciones Pagina 58

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 67
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 57
Python
A-13
••••••••
6 PY2CWAPI
This module wraps most of the EDE API functions, for direct usage from
Python.
The number of API functions is far too big to be included here though.
Check the directory, using the Python built-in function dir(py2cwapi),
for all functions provided by this module. Start Python in the directory bin
directory of toolchain (the directory where py2cwapi.pyd is located). A
prompt appears. T
ype import py2cwapi and then dir(py2cwapi).
>>> import py2cwapi
>>> dir(py2cwapi)
>>> a list of functions appears
See the API library description in EDE for each function's features.
Example:
from py2cwapi import *
ZoomWindow()
Vista de pagina 57
1 2 ... 53 54 55 56 57 58 59 60 61 62 63 ... 66 67

Comentarios a estos manuales

Sin comentarios