Run A Python Application At The Shell Prompt - Digi TX40 User Manual

Table of Contents

Advertisement

Applications
# python
Python 3.10.1 (main, Mar 30 2023, 23:47:13) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
3. Type Python commands at the Python prompt. For example, to view help for the digidevice
module, type:
>>> help("digidevice")
Help on package digidevice:
NAME
digidevice - Digi device python extensions
DESCRIPTION
This module includes various extensions that allow Python
to interact with additional features offered by the device.
...
4. Use Ctrl-D to exit the Python session. You can also exit the session using exit() or quit().

Run a Python application at the shell prompt

Python applications can be run from a file at the shell prompt. The Python application will run until it
completes, displaying output and prompting for additional user input if needed. To interrupt the
application, enter CTRL-C.
Note
Python applications cannot be run from the Admin CLI. You must access the device shell in
order to run Python applications from the command line. See
about configuring authentication groups that include shell access.
1. Upload the Python application to the TX40 device:
Web
Log into the TX40 WebUI as a user with full Admin access rights.
a. On the menu, click System. Under Administration, click File System.
The File System page appears.
TX40 User Guide
Run a Python application at the shell prompt
Authentication groups
for information
824

Advertisement

Table of Contents
loading

Table of Contents