C/C++ API Reference
Loading...
Searching...
No Matches
pw::analog::MicrovoltInput::References Struct Reference

Overview

Specifies the maximum and minimum microvolt range the analog input can measure. The reference voltage difference cannot be bigger than sizeof(int32_t) which should be just above 2000V. These values do not change at run time. Inversion of min or max is supported.

Public Attributes

int32_t max_voltage_uv
 Microvolts at AnalogInput::Limits::max.
 
int32_t min_voltage_uv
 Microvolts at AnalogInput::Limits::min.
 

The documentation for this struct was generated from the following file: