GetConfigurationDouble

virtual std::tuple<PSignal, double> ISetSignal::GetConfigurationDouble() = 0

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

Returns

std::tuple<PSignal, double> – Tuple containing the signal (element 0) and value (element 1).

Throws