pflib v2.7.0-1-gd371ab6a
Polarfire Interaction Library
|
sets the sipm bias adc value for all connectors on the input rocs More...
Public Member Functions | |
virtual void | import (YAML::Node val) final override |
import the setting from the passes yaml node More... | |
virtual void | execute (pflib::PolarfireTarget *pft) final override |
apply the setting to the passed polarfire target More... | |
virtual void | stream (std::ostream &s) final override |
print the setting More... | |
Private Attributes | |
int | val_ |
std::vector< int > | rocs_ |
sets the sipm bias adc value for all connectors on the input rocs
|
inlinefinaloverridevirtual |
apply the setting to the passed polarfire target
Implements pflib::detail::PolarfireSetting.
|
inlinefinaloverridevirtual |
import the setting from the passes yaml node
notice we do nothing if an argument is not given,
Implements pflib::detail::PolarfireSetting.
|
inlinefinaloverridevirtual |
print the setting
Implements pflib::detail::PolarfireSetting.