|
BioRadioDeviceBioPotentialSignals Property |
The signal group that contains signals from Biopotential sensors, if any are enabled.
Namespace: GLNeuroTech.Devices.BioRadioAssembly: BioRadioAPI (in BioRadioAPI.dll) Version: 1.0.266.19973 (1.0.266.19973)
Syntax public SignalGroup BioPotentialSignals { get; }
Public ReadOnly Property BioPotentialSignals As SignalGroup
Get
public:
property SignalGroup^ BioPotentialSignals {
SignalGroup^ get ();
}
member BioPotentialSignals : SignalGroup with get
Property Value
Type:
SignalGroupRemarks
The signals in this group are indexed in the same order as the physical channels on the device.
See Also