Dokit
Native Qt library for Pokit devices
|
Declares the PokitMeter namespace. More...
Namespaces | |
namespace | PokitMeter |
Encapsulates details specific to Pokit Meter devices. | |
Functions | |
QTPOKIT_EXPORT QString | PokitMeter::toString (const CurrentRange &range) |
Returns range as a user-friendly string. | |
QTPOKIT_EXPORT QVariant | PokitMeter::maxValue (const CurrentRange &range) |
Returns the maximum value for range in (integer) microamps, or the string "Auto". | |
QTPOKIT_EXPORT QString | PokitMeter::toString (const ResistanceRange &range) |
Returns range as a user-friendly string. | |
QTPOKIT_EXPORT QVariant | PokitMeter::maxValue (const ResistanceRange &range) |
Returns the maximum value for range in (integer) ohms, or the string "Auto". | |
QTPOKIT_EXPORT QString | PokitMeter::toString (const VoltageRange &range) |
Returns range as a user-friendly string. | |
QTPOKIT_EXPORT QVariant | PokitMeter::maxValue (const VoltageRange &range) |
Returns the maximum value for range in (integer) millivolts, or the string "Auto". | |
Declares the PokitMeter namespace.