User manual
PicoScope 6000 Series Programmer's Guide 91
Copyright © 2009-2013 Pico Technology Ltd. All rights reserved. ps6000pg.en r9
1F PICO_PULSE_WIDTH_QUALIFIER - A null pointer has been passed in the trigger
function or one of the parameters is out of range.
20 PICO_DELAY - One or more of the hold-off parameters are out of range.
21 PICO_SOURCE_DETAILS - One or more of the source details are incorrect.
22 PICO_CONDITIONS - One or more of the conditions are incorrect.
23 PICO_USER_CALLBACK - The driver's thread is currently in the
ps6000BlockReady callback function and therefore the action cannot be carried
out.
24 PICO_DEVICE_SAMPLING - An attempt is being made to get stored data while
streaming. Either stop streaming by calling ps6000Stop, or use
ps6000GetStreamingLatestValues.
25 PICO_NO_SAMPLES_AVAILABLE - because a run has not been completed.
26 PICO_SEGMENT_OUT_OF_RANGE - The memory index is out of range.
27 PICO_BUSY - Data cannot be returned yet.
28 PICO_STARTINDEX_INVALID - The start time to get stored data is out of range.
29 PICO_INVALID_INFO - The information number requested is not a valid
number.
2A PICO_INFO_UNAVAILABLE - The handle is invalid so no information is available
about the device. Only PICO_DRIVER_VERSION is available.
2B PICO_INVALID_SAMPLE_INTERVAL - The sample interval selected for streaming
is out of range.
2D PICO_MEMORY - Driver cannot allocate memory.
2E PICO_SIG_GEN_PARAM - Incorrect parameter passed to signal generator.
34 PICO_WARNING_AUX_OUTPUT_CONFLICT - AUX cannot be used as input and
output at the same time.
35 PICO_SIGGEN_OUTPUT_OVER_VOLTAGE - The combined peak to peak voltage and
the analog offset voltage exceed the allowable voltage the signal generator can
produce.
36 PICO_DELAY_NULL - NULL pointer passed as delay parameter.
37 PICO_INVALID_BUFFER - The buffers for overview data have not been set
while streaming.
38 PICO_SIGGEN_OFFSET_VOLTAGE - The analog offset voltage is out of range.
39 PICO_SIGGEN_PK_TO_PK - The analog peak to peak voltage is out of range.
3A PICO_CANCELLED - A block collection has been cancelled.
3B PICO_SEGMENT_NOT_USED - The segment index is not currently being used.
3C PICO_INVALID_CALL - The wrong GetValues function has been called for the
collection mode in use.
3F PICO_NOT_USED - The function is not available.
40 PICO_INVALID_SAMPLERATIO - The aggregation ratio requested is out of
range.
41 PICO_INVALID_STATE - Device is in an invalid state.
42 PICO_NOT_ENOUGH_SEGMENTS - The number of segments allocated is fewer
than the number of captures requested.
43 PICO_DRIVER_FUNCTION - You called a driver function while another driver
function was still being processed.
45 PICO_INVALID_COUPLING - An invalid coupling type was specified in
ps6000SetChannel.
46 PICO_BUFFERS_NOT_SET - An attempt was made to get data before a data
buffer was defined.
47 PICO_RATIO_MODE_NOT_SUPPORTED - The selected downsampling mode (used
for data reduction) is not allowed.
49 PICO_INVALID_TRIGGER_PROPERTY - An invalid parameter was passed to
ps6000SetTriggerChannelProperties.
4A PICO_INTERFACE_NOT_CONNECTED - The driver was unable to contact the
oscilloscope.