ConfigurationDouble

System.Tuple<ISignal, double> ISetSignal.ConfigurationDouble { get; set; }

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

Value

Tuple<ISignal, double> – Tuple containing the signal (Item1) and value (Item2).

Throws