|
SignalEnabled Property |
Indicates whether the signal is enabled.
Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax public bool Enabled { get; set; }
Public Property Enabled As Boolean
Get
Set
public:
property bool Enabled {
bool get ();
void set (bool value);
}
member Enabled : bool with get, set
Property Value
Type:
BooleanRemarks 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