|
BioPotentialChannelConfigurationBitResolution Property |
Specifies the bit resolution for this BioPotential channel. Valid values are 12, 16, and 24.
Namespace: GLNeuroTech.Devices.BioRadio.ConfigurationAssembly: BioRadioAPI (in BioRadioAPI.dll) Version: 1.0.266.19973 (1.0.266.19973)
Syntax public int BitResolution { get; set; }
Public Property BitResolution As Integer
Get
Set
public:
property int BitResolution {
int get ();
void set (int value);
}
member BitResolution : int with get, set
Property Value
Type:
Int32See Also