pipython.physikinstrumente.com
Open in
urlscan Pro
213.144.14.183
Public Scan
URL:
http://pipython.physikinstrumente.com/
Submission: On February 20 via manual from US — Scanned from DE
Submission: On February 20 via manual from US — Scanned from DE
Form analysis
1 forms found in the DOMName: search —
<form class="md-search__form" name="search">
<input type="text" class="md-search__input" name="query" aria-label="Search" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required="">
<label class="md-search__icon md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5Z"></path>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12Z"></path>
</svg>
</label>
<nav class="md-search__options" aria-label="Search">
<button type="reset" class="md-search__icon md-icon" aria-label="Clear" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41Z"></path>
</svg>
</button>
</nav>
</form>
Text Content
Skip to content PIPython Home Type to start searching PIPython * Home Home Table of contents * Installation * Quick Start * Device Connection * Data Recorder GCS 2.0 * Data Recorder GCS 3.0 * History * EULA PIPYTHON The PIPython package is a collection of Python modules for the communication with PI controllers and for processing GCS data. PIPython is compatible with Python 3.6+ on Windows, Linux, and OS X, and without the GCS DLL on any other platform as well. INSTALLATION PIPython as well as the samples folder can be downloaded from GitHub. By installing PIPython you agree to the license agreement. Installing from local folder Unzip the file PIPython.zip, open a command entry (Linux Console or Windows CMD window) and run: python setup.py install Installing from GitHub git clone git@github.com:PI-PhysikInstrumente/PIPython.git python setup.py install Installing from pypi.org pip install PIPython Any questions? If you have any questions, don't hesitate - just send an e-mail to service@pi.de We would also appreciate your feedback. Next Quick Start Made with Material for MkDocs