Skip to content

EPICS PVAccess servers and clients using p4p python wrapper

Notifications You must be signed in to change notification settings

ASukhanov/p4pex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

p4pex

Servers and clients for EPICS PVAccess infrastructure.

Dependencies: pip install p4p.

simscope: p4p-based softIocPVA of a simulated oscilloscope

Similar to softIoc asyn/testAsynPortDriverApp

Usage:
Grab the project from github an start the softIocPVA as:

python -m p4pex.simscope -l

From another terminal:

python -m p4p.client.cli get simScope1:WaveForm_RBV
python -m p4p.client.cli put simScope1:NoiseAmplitude=10
python -m p4p.client.cli get simScope1:WaveForm_RBV

About

EPICS PVAccess servers and clients using p4p python wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages