kafka_dae_control.threads.update_pvs_thread

Thread for updating PV values by calling posts on each PV on an interval.

Members

update_pvs_thread

Thread for updating PV values by calling posts on each PV on an interval.

kafka_dae_control.threads.update_pvs_thread.update_pvs_thread(static_pvs: StaticPVs, data: Data, config: ControlConfig) Never[source]

Thread for updating PV values by calling posts on each PV on an interval.

Parameters:
  • static_pvs – the p4p static PVs object

  • data – the data class to read PV data from

  • config – the program’s configuration