Dokit
Native Qt library for Pokit devices
|
Values supported by the Range
attribute of the Settings
characteristic.
More...
Public Member Functions | |
Range () | |
Constructs a new MultimeterService::Range instance with 0. This should be considered. | |
Range (const VoltageRange range) | |
Constructs a new MultimeterService::Range instance with range. | |
Range (const CurrentRange range) | |
Constructs a new MultimeterService::Range instance with range. | |
Range (const ResistanceRange range) | |
Constructs a new MultimeterService::Range instance with range. | |
Public Attributes | |
VoltageRange | voltageRange |
Range when in AC/DC voltage mode. | |
CurrentRange | currentRange |
Range when in AC/DC current mode. | |
ResistanceRange | resistanceRange |
Range when in resistance mode. | |