Dokit
Native Qt library for Pokit devices
Loading...
Searching...
No Matches
pokitpro.cpp File Reference

Defined the PokitPro helper functions. More...

#include "qtpokit/pokitpro.h"
#include <QCoreApplication>
Include dependency graph for pokitpro.cpp:

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".
 

Detailed Description

Defined the PokitPro helper functions.