MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH ALTIUM TASKING Spezifikationen Seite 58

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 67
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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()
Seitenansicht 57
1 2 ... 53 54 55 56 57 58 59 60 61 62 63 ... 66 67

Kommentare zu diesen Handbüchern

Keine Kommentare