Adjust measurement time for power frequency and calculate correct number of adcycles and addelay.
Namespace: PalmSens
Assembly: PalmSens (in PalmSens.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Protected Sub AdjustMeasurementTime( _ ByRef tmeas As Single, _ <OutAttribute> ByRef numberadcycles As Byte, _ <OutAttribute> ByRef addelay As Byte _ ) |
| C# |
|---|
| protected void AdjustMeasurementTime( ref float tmeas, out byte numberadcycles, out byte addelay ) |
| C++ |
|---|
| protected: void AdjustMeasurementTime( float% tmeas, [OutAttribute] char% numberadcycles, [OutAttribute] char% addelay ) sealed |
| J# |
|---|
| protected void AdjustMeasurementTime( float tmeas, /** @attribute OutAttribute() */ /** @ref */ byte numberadcycles, /** @attribute OutAttribute() */ /** @ref */ byte addelay ) |
| JScript |
|---|
| protected
function AdjustMeasurementTime( tmeas : float, OutAttribute numberadcycles : Byte, OutAttribute addelay : Byte ) |
Parameters
- tmeas
- measurement time
- numberadcycles
- number of ad cycles (internal PalmSens parameter)
- addelay
- addelay (internal PalmSens parameter)