Skip to main content

Module server

Module server 

Source
Expand description

Python server wrappers — sync-only for phase 1.

Structs§

PyServer
A PVAccess server. Construct with Server(pvs=..., ...) or ServerBuilder.build(); start with start(), run(), or start_background().
PyServerBuilder
Fluent builder for a PVAccess server. Chain record definitions and configuration, then call build(). Single-use: any method called after build() raises RuntimeError.
PyStore
Name-keyed runtime access to the server’s record store: get/set scalar, array, and full NT values.