Information
PicoLog 1000 Series Programmer's Guide 17
Copyright © 2009 Pico Technology Ltd. All rights reserved. pl1000pg.en
3.3.11
pl1000Run
PICO_STATUS pl1000Run(
short handle,
unsigned long no_of_values,
BLOCK_METHOD method
)
This function tells the unit to start capturing data.
Arguments:
handle: handle returned from pl1000OpenUnit or
pl1000OpenUnitProgress
no_of_values: the number of samples the unit should collect
method: which method to use to collect the data, from the following
list:
BM_SINGLE
BM_WINDOW
BM_STREAM
See "Capture modes " for details.
Returns:
PICO_OK
PICO_INVALID_HANDLE
PICO_USER_CALLBACK
PICO_INVALID_CHANNEL
PICO_TOO_MANY_SAMPLES
PICO_INVALID_TIMEBASE
PICO_NOT_RESPONDING
PICO_CONFIG_FAIL
PICO_INVALID_PARAMETER
PICO_NOT_RESPONDING
PICO_TRIGGER_ERROR
13
15
6
23
23
23
23
23
23
23
23
23
23
23