User manual
PicoScope 6000 Series Programmer's Guide 47
Copyright © 2009-2013 Pico Technology Ltd. All rights reserved. ps6000pg.en r9
3.9.24
ps6000IsTriggerOrPulseWidthQualifierEnabled
PICO_STATUS ps6000IsTriggerOrPulseWidthQualifierEnabled
(
short handle,
short * triggerEnabled,
short * pulseWidthQualifierEnabled
)
This function discovers whether a trigger, or pulse width triggering, is enabled.
Applicability
Call after setting up the trigger, and just before calling either
ps6000RunBlock or ps6000RunStreaming.
Arguments
handle, the handle of the required device
triggerEnabled, on exit, indicates whether the trigger will
successfully be set when ps6000RunBlock or ps6000RunStreaming is
called. A non-zero value indicates that the trigger is set, zero that the
trigger is not set.
pulseWidthQualifierEnabled, on exit, indicates whether the
pulse width qualifier will successfully be set when ps6000RunBlock or
ps6000RunStreaming is called. A non-zero value indicates that the
pulse width qualifier is set, zero that the pulse width qualifier is not
set.
Returns
PICO_OK
PICO_INVALID_HANDLE
PICO_NULL_PARAMETER
PICO_DRIVER_FUNCTION