Start An Interactive Python Session - Digi TX40 User Manual

Table of Contents

Advertisement

Applications
2. For scripts that are currently running, click Stop Script to stop the script.
Command line
1. Select the device in Remote Manager and click Actions > Open Console, or log into the TX40
local command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an Access selection
menu. Type admin to access the Admin CLI.
2. Determine the name of scripts that are currently running:
> show scripts
Index
-----
0
1
>
Scripts that are currently running have the status of active.
3. Stop the appropriate script:
)> system script stop script1
>
4. Save the configuration and apply the change
(config)> save
Configuration saved.
>
5. Type exit to exit the Admin CLI.
Depending on your device configuration, you may be presented with an Access selection
menu. Type quit to disconnect from the device.

Start an interactive Python session

Use the python command without specifying any parameters to start an interactive Python session.
The Python session operates interactively using REPL (Read Evaluate Print Loop) to allow you to write
Python code on the command line.
Note
The Python interactive session is not available from the Admin CLI. You must access the device
shell in order to run Python applications from the command line. See
information about configuring authentication groups that include shell access.
1. Select a device in Remote Manager that is configured to allow shell access to the admin user,
and click Actions > Open Console. Alternatively, log into the TX40 local command line as a
user with shell access.
Depending on your device configuration, you may be presented with an Access selection
menu. Type shell to access the device shell.
2. At the shell prompt, use the python command with no parameters to enter an interactive
Python session:
TX40 User Guide
Label
Enabled
-----------
-------
script1
true
script2
true
Start an interactive Python session
Status
Run time
------
--------
active
idle
01:00
Authentication groups
for
823

Advertisement

Table of Contents
loading

Table of Contents