|
BioRadioConfigurationPerformLeadOffDetection Property |
Determines whether the device performs lead-off detection.
Namespace: GLNeuroTech.Devices.BioRadio.ConfigurationAssembly: BioRadioAPI (in BioRadioAPI.dll) Version: 1.0.266.19973 (1.0.266.19973)
Syntax public bool PerformLeadOffDetection { get; set; }
Public Property PerformLeadOffDetection As Boolean
Get
Set
public:
property bool PerformLeadOffDetection {
bool get ();
void set (bool value);
}
member PerformLeadOffDetection : bool with get, set
Property Value
Type:
BooleanRemarks
Lead off detection will cause any unconnected biopotential channels to blink if they are configured for data collection.
This will give the user an indication as to whether a proper connection has been established.
See Also