API Functions
40Copyright © 2006–2022 Pico Technology Ltd. All rights reserved.ps2000pg.en-12
PicoScope 2000 Series Programmer's Guide
5.20 ps2000SetAdvTriggerChannelConditions
int16_t ps2000SetAdvTriggerChannelConditions
(
int16_t handle,
PS2000_TRIGGER_CONDITIONS *conditions,
int16_t nConditions
)
This function sets up trigger conditions on the scope's inputs. The trigger is defined by a
PS2000_TRIGGER_CONDITIONS structure.
Available in block mode and fast streaming mode only
PicoScope 2202, 2204, 2204A, 2205 and 2205A only
handle: the handle of the required oscilloscope
conditions: a pointer to a PS2000_TRIGGER_CONDITIONS structure
specifying the conditions that should be applied to the current trigger
channel. If NULL, triggering is switched off.
nConditions: should be set to 1 if conditions is non-null, otherwise 0
0: if unsuccessful, or if one or more of the arguments are out of range
non-zero: if successful