Expand description
Python server wrappers — sync-only for phase 1.
Structs§
- PyServer
- A PVAccess server. Construct with
Server(pvs=..., ...)orServerBuilder.build(); start withstart(),run(), orstart_background(). - PyServer
Builder - Fluent builder for a PVAccess server. Chain record definitions and
configuration, then call
build(). Single-use: any method called afterbuild()raises RuntimeError. - PyStore
- Name-keyed runtime access to the server’s record store: get/set scalar, array, and full NT values.