|
SignalGroupItem Property (String) |
Returns a signal referenced by a unique string name.
Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax public Signal this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As Signal
Get
public:
property Signal^ default[String^ name] {
Signal^ get (String^ name);
}
member Item : Signal with get
Parameters
- name
- Type: SystemString
The name of the signal to retrieve.
Return Value
Type:
SignalThe signal corresponding to the specified name.
See Also