Connecting to a Local RAD Instance in Python

You can connect to a local instance using the radcon.connect_unix() function. An implicit authentication is performed against your user ID and most RAD tasks you request with this connection are performed with the privileges available to your user account.

Example 2-31 Python Language – Creating a RAD Local Connection

>>> import rad.connect as radcon

>>> with radcon.connect_unix() as rc: