24 virtual void execute()
override;
const bool _trip_on_true
Whether to trip on true or false value.
virtual void execute() override
Execute the control.
const bool & _input
Value to check for trip.
Trips a boolean value if an input boolean value is a certain value.
UnitTripChainControl(const InputParameters ¶meters)
const InputParameters & parameters() const
Get the parameters of the object.
bool & _tripped
Tripped status.
static InputParameters validParams()
Control that additionally provides the capability to produce/consume data values, to allow control op...