Click or drag to resize
SignalEnabled Property
Indicates whether the signal is enabled.

Namespace: GLNeuroTech.Devices.Common
Assembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax
public bool Enabled { get; set; }

Property Value

Type: Boolean
Remarks
Enabled is set to true by default. When set to false, no data will be saved to the signal. This is useful when there are unused signals being sent from the device. Disabling them will save system resources and processing time.
See Also