Source

ISignal IInput.Source { get; set; }

Gets or sets the signal connected to this input.

Value

ISignal – Signal connected to the input or null reference if disconnected.

Throws