مشاركة عبر


AdcController.ResolutionInBits Property

Definition

Gets the resolution of the controller as number of bits it has. For example, if we have a 10-bit ADC, that means it can detect 1024 (2^10) discrete levels.

public:
 property int ResolutionInBits { int get(); };
int ResolutionInBits();
public int ResolutionInBits { get; }
var int32 = adcController.resolutionInBits;
Public ReadOnly Property ResolutionInBits As Integer

Property Value

Int32

int

The number of bits the ADC controller has.

Applies to