Metadata-Version: 2.4
Name: pvplot
Version: 0.1.1
Summary: EPICS PVAccess server for Tektronix MSO oscilloscopes
Project-URL: Homepage, https://github.com/ASukhanov/epicsDevTektronixMSO
Project-URL: Bug Tracker, https://github.com/ASukhanov/epicsDevTektronixMSO/issues
Author-email: Andrey Sukhanov <sukhanov@bnl.gov>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: p4p
Description-Content-Type: text/markdown

# epicsDevTektronixMSO
Python-based EPICS PVAccess server for Tektronix MSO scopes.<br>

## installation and run
```
pip install  epicsDevTektronixMSO
python -m epicsDevTektronixMSO -h

```

## Test Control and Plotting
Requirements:<br>
- **pypeto** python module for control application
- **pvplot** python module for plotting application

They both could be installed using ```pip install pypeto, pvplot```

To run the control application, copy /config/scopeTektronixMSO_pp.py to a folder
of your choise.
```
python -m pypeto -c folder -f scopeTektronixMSO
python -m pvplot -a V:tekMSO: "c1Waveform c2Waveform c3Waveform c4Waveform c5Waveform c6Waveform"
```

