MDT_4000 Python REST Api and examples: -------------------------------------- Setup steps: 1. Copy this directory to your computer. Do not `cd` into the resulting directory. 2. Run `pythonX.Y -m pip install ./MDT_4000` where `X.Y` is your Python version (ex: `3.10`) If the above command completes without error, the module is installed and ready to be used in Python programs on your machine. Command line interface example: ------------------------------- The file named cli.py in the examples folder is a command line interface type program written in Python that uses the Python REST API. To run the command line program: 1. Open a terminal window in the examples folder. 2. Run the command "python -m cli.py" This should list all of the command line options.