Dokit
Internal development documentation
|
Defined the PokitPro helper functions. More...
Go to the source code of this file.
Namespaces | |
namespace | PokitPro |
Encapsulates details specific to Pokit Pro devices. | |
Functions | |
QTPOKIT_EXPORT QString | PokitPro::toString (const CapacitanceRange &range) |
Returns range as a user-friendly string. | |
QTPOKIT_EXPORT QVariant | PokitPro::maxValue (const CapacitanceRange &range) |
Returns the maximum value for range in (integer) nanofarads, or the string "Auto". | |
QTPOKIT_EXPORT QString | PokitPro::toString (const CurrentRange &range) |
Returns range as a user-friendly string. | |
QTPOKIT_EXPORT QVariant | PokitPro::maxValue (const CurrentRange &range) |
Returns the maximum value for range in (integer) microamps, or the string "Auto". | |
QTPOKIT_EXPORT QString | PokitPro::toString (const ResistanceRange &range) |
Returns range as a user-friendly string. | |
QTPOKIT_EXPORT QVariant | PokitPro::maxValue (const ResistanceRange &range) |
Returns the maximum value for range in (integer) ohms, or the string "Auto". | |
QTPOKIT_EXPORT QString | PokitPro::toString (const VoltageRange &range) |
Returns range as a user-friendly string. | |
QTPOKIT_EXPORT QVariant | PokitPro::maxValue (const VoltageRange &range) |
Returns the maximum value for range in (integer) millivolts, or the string "Auto". | |
Defined the PokitPro helper functions.
Definition in file pokitpro.cpp.