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

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 67
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 59
Python
A-15
••••••••
CallCwFunction(
function_name [
,arg...]
)
Invoke an EDE API function. Conversions are done under water. The
function name and arguments are expected in a tuple.
ATTENTION: Python cannot specify C type characters, so specify an
integer value instead.
Returns the value returned by EDE.
See also
LibFunctionExec and LibExport in the EDE API manual.
Example:
from redir2cw import *
CallCwFunction("ZoomWindow")
CwConstantValue(constantname)
Returns the value of a EDE constant
Example:
from redir2cw import *
print CwConstantValue("EXPR_FCT_ARGS")
Seitenansicht 59
1 2 ... 55 56 57 58 59 60 61 62 63 64 65 66 67

Kommentare zu diesen Handbüchern

Keine Kommentare