libsimpleioADC_get_reference Method |
Get the reference voltage for the specified Linux IIO A/D
converter device.
Namespace: IO.BindingsAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.251.1
Syntaxpublic static void ADC_get_reference(
int chip,
out double vref,
out int error
)
Parameters
- chip Int32
- Linux IIO device number.
- vref Double
- Voltage reference in volts.
- error Int32
- Error code. Zero upon success or an
errno value upon failure.
Remarks
Not all A/D converter devices have a queryable voltage reference.
See Also