EpicsPvHolder

class pyrogue.protocols.epicsV4.EpicsPvHolder(provider, name, var, log)[source]

Holds and manages a single EPICS PV backed by a PyRogue variable.

Parameters:
  • provider (Any) – P4P static provider to add the PV to.

  • name (str) – EPICS PV name.

  • var (Any) – PyRogue variable/command to expose.

  • log (Any) – Logger instance.