Click or drag to resize
SignalGroupItem Property (String)
Returns a signal referenced by a unique string name.

Namespace: GLNeuroTech.Devices.Common
Assembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax
public Signal this[
	string name
] { get; }

Parameters

name
Type: SystemString
The name of the signal to retrieve.

Return Value

Type: Signal
The signal corresponding to the specified name.
See Also