User Manual

Programming with the PicoScope 4000 Series90
Copyright © 2008-2011 Pico Technology Ltd. All rights reserved.ps4000pg.en
P_PRESSURE_SENSOR_5BAR,
P_OPTICAL_SWITCH,
P_UNKNOWN,
P_MAX_PROBES = P_UNKNOWN
} PS4000_PROBE;
typedef enum enPS4000ChannelInfo
{
CI_RANGES,
CI_RESISTANCES,
CI_ACCELEROMETER,
CI_PROBES,
CI_TEMPERATURES
} PS4000_CHANNEL_INFO;
typedef enum enPS4000EtsMode
{
PS4000_ETS_OFF, // ETS disabled
PS4000_ETS_FAST,
PS4000_ETS_SLOW,
PS4000_ETS_MODES_MAX
} PS4000_ETS_MODE;
typedef enum enPS4000TimeUnits
{
PS4000_FS,
PS4000_PS,
PS4000_NS,
PS4000_US,
PS4000_MS,
PS4000_S,
PS4000_MAX_TIME_UNITS,
} PS4000_TIME_UNITS;
typedef enum enSweepType
{
UP,
DOWN,
UPDOWN,
DOWNUP,
MAX_SWEEP_TYPES
} SWEEP_TYPE;
typedef enum enPS4000OperationTypes
{
PS4000_OP_NONE,
PS4000_WHITENOISE,
PS4000_PRBS
} PS4000_OPERATION_TYPES;
typedef enum enWaveType
{
PS4000_SINE,
PS4000_SQUARE,
PS4000_TRIANGLE,
PS4000_RAMP_UP,
PS4000_RAMP_DOWN,
PS4000_SINC,
PS4000_GAUSSIAN,