SetConfigurationDouble

virtual void ISetSignal::SetConfigurationDouble(const std::tuple<PSignal, double> &configuration) = 0

Sets the signal and associated value to be written when this command is executed.

Parameters

configuration – Tuple containing the signal (element 0) and value (element 1).

Throws