
PicoScope 3000A Series Prog rammer's Guide
31
Copyright © 2011-2013 Pico Technology Limited. All rights reserved.
ps3000abpg.en r9
2.12.8 ps3000aGetAnalogueOffset
PICO_STATUS ps3000aGetAnalogueOffset
(
short handle,
PS3000A_RANGE range,
PS3000A_COUPLING coupling,
float * maximumVoltage,
float * minimumVoltage
)
This function is used to get the maximum and minimum allowable analogue offset for a
specific voltage range.
Applicability
Al models
Arguments
handle
,
the value returned from opening the device
.
range
,
the voltage range to be used when gathering the min and
max information.
coupling
,
the type of AC/DC coupling used.
* maximumVoltage
,
a pointer to a float, an out parameter set to
the maximum voltage allowed for the range, may be
NULL
.
* minimumVoltage
,
a pointer to a float, an out parameter set to
the minimum voltage allowed for the range, may be
NULL.
If both
maximumVoltage
and
minimumVoltage
are set to
NULL
the
driver will return
PICO_NULL_PARAMETER
.
PICO_OK
PICO_INVALID_HANDLE
PICO_DRIVER_FUNCTION
PICO_INVALID_VOLTAGE_RANGE
PICO_NULL_PARAMETER