Endorphin.Instrument.PicoTech


Resolution

Namespace: Endorphin.Instrument.PicoTech.PicoScope5000

Functions related to vertical resolution for digital samples. The PicoScope 5000 series uses a variable resolution architecture which allows it to change the resolution between 8 and 16 bit in exchange for having fewer channels and/or a lower maximum sampling rate.

Functions and values

Function or valueDescription
maximumAdcCounts(_arg1)
Signature: _arg1:Resolution -> AdcCount

Returns the maximum ADC count value for a given resolution.

valueInBits(_arg1)
Signature: _arg1:Resolution -> int<MeasureProduct<bit,MeasureOne>>

Returns the value of the resolution in bits.

F# Project
Fork me on GitHub