
PicoScope 3000A Series Prog rammer's Guide
93
Copyright © 2011-2013 Pico Technology Limited. All rights reserved.
ps3000abpg.en r9
2.12.54 ps3000aSetTriggerChannelConditionsV2
PICO_STATUS ps3000aSetTriggerChannelConditionsV2
(
short handle,
PS3000A_TRIGGER_CONDITIONS_V2 * conditions,
short nConditions
)
This function sets up trigger conditions on the scope's inputs. The trigger is defined by
one or more
together. Each structure is itself the AND of the states of one or more of the inputs.
This AND-OR logic allows you to create any possible Boolean function of the scope's
inputs.
If complex triggering is not required, use
Applicability
All modes
Arguments
handle,
the handle of the required device.
* conditions,
an array of
structures specifying the conditions that should be applied to each
channel. In the simplest case, the array consists of a single element.
When there is more than one element, the overall trigger condition is
the logical OR of all the elements.
nConditions,
the number of elements in the
conditions
array.
If
nConditions
is zero then triggering is switched off.
PICO_OK
PICO_INVALID_HANDLE
PICO_USER_CALLBACK
PICO_CONDITIONS
PICO_MEMORY
PICO_DRIVER_FUNCTION