Dokit
Native Qt library for Pokit devices
|
Defined the PokitPro helper functions. More...
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 quint32 | PokitPro::maxValue (const CapacitanceRange &range) |
Returns the maximum value for range in nanofarads, or 0 if range is not a known value for Pokit Pro devices. | |
QTPOKIT_EXPORT QString | PokitPro::toString (const CurrentRange &range) |
Returns range as a user-friendly string. | |
QTPOKIT_EXPORT quint32 | PokitPro::maxValue (const CurrentRange &range) |
Returns the maximum value for range in microamps, or 0 if range is not a known value for Pokit Pro devices. | |
QTPOKIT_EXPORT QString | PokitPro::toString (const ResistanceRange &range) |
Returns range as a user-friendly string. | |
QTPOKIT_EXPORT quint32 | PokitPro::maxValue (const ResistanceRange &range) |
Returns the maximum value for range in ohms, or 0 if range is not a known value for Pokit Pro devices. | |
QTPOKIT_EXPORT QString | PokitPro::toString (const VoltageRange &range) |
Returns range as a user-friendly string. | |
QTPOKIT_EXPORT quint32 | PokitPro::maxValue (const VoltageRange &range) |
Returns the maximum value for range in millivolts, or 0 if range is not a known value for Pokit Pro devices. | |
Defined the PokitPro helper functions.