arvpyf.cf.PVFinder¶
-
class
arvpyf.cf.
PVFinder
(cf_update)[source]¶ Interface to the Channel Finder dbl files using the PV System{Device}Signal naming convention
-
__init__
(self, cf_update)[source]¶ Constructor
- Parameters
- cf_updatestr
name of the Channel Finder directory
Methods
__init__
(self, cf_update)Constructor
get_devices
(self, pvs)Return PV device names
get_pvs
(self, beamline[, system, device, signal])Return PV names for the selected beamline, system, device, and signals
get_signals
(self, pvs)Return PV signal names
get_systems
(self, pvs)Return PV system names
-