PicoScope 2000 Series Programmer's Guide 47
Copyright © 2006–2016 Pico Technology Ltd. All rights reserved. ps2000pg.en r11
5.28.1
PS2000_PWQ_CONDITIONS structure
A structure of this type is passed to ps2000SetPulseWidthQualifier in the
conditions argument to specify the pulse-width qualifier conditions, and is defined
as follows:
typedef struct tPS2000PwqConditions
{
PS2000_TRIGGER_STATE channelA;
PS2000_TRIGGER_STATE channelB;
PS2000_TRIGGER_STATE channelC;
PS2000_TRIGGER_STATE channelD;
PS2000_TRIGGER_STATE external;
} PS2000_PWQ_CONDITIONS
Pulse-width-qualified triggering
channelA, channelB: the type of condition that should be applied
to each channel. Choose from these constants:
CONDITION_DONT_CARE (0)
CONDITION_TRUE (1)
CONDITION_FALSE (2)
channelC, channelD, external: not used