Python Reference

From MXWendler Wiki
Revision as of 19:46, 3 December 2023 by Hwendler (talk | contribs)
Jump to navigation Jump to search

This affects MXW Versions 7.2 and up.

The presented Python commands are for most part supported in version 7.2.

Introduction

This document describes the MXWendler (MXW) Python command interface through an overview of the programming structure, with practical examples of automation and internal scripting.

What is Python?

JavaScript is a standardized interpreted, high level programming language. It is one of the core technologies of the World Wide Web and it is mainly used in web browsers to control web pages and test the user input before sending it.

[1] Wikipedia Link

Contents

1. Controlling MXW through JavaScript
2. JavaScript command reference
3. Practical examples
4. Troubleshooting scripts
5. External Resources