Signals¶
-
System.Collections.ICollection<ISignal> IParameterSetBase.Signals { get; }¶
Gets the (read-only) collection of signals of this parameter set.
- Value
ICollection<ISignal> – Collection of signals of this parameter set.
- Throws
CommunicationErrorException– Protocol error.ConnectionLostException– Connection to controller lost.RebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.System.ObjectDisposedException– Object is disposed.