ConfigurationUint32

System.Tuple<ISignal, Uint32Condition, double> IWaitMatchSignal.ConfigurationUint32 { get; set; }

Gets or sets the signal, condition and timeout to wait for when this command is executed.

Value

Tuple<ISignal, Uint32Condition, double> – Tuple containing the signal (Item1), condition (Item2) and timeout (Item3).

Throws