Agilent Technologies E1437A User Manual page 108

20 msample/second adc with filters and fifo
Table of Contents

Advertisement

E1437A User's Guide
VXI plug&play Programming Reference
hpe1437_trigger_setup
hpe1437_trigger_setup sets all triggering parameters. This description also
includes information on the following functions which set or query the trigger
parameters individually:
hpe1437_trigger_adclevel specifies the trigger threshold for an ADC trigger
hpe1437_trigger_adclevel_get gets the ADC trigger threshold
hpe1437_trigger_delay specifies a pre- or post-trigger delay time
hpe1437_trigger_delay_get gets the trigger delay time
hpe1437_trigger_gen determines whether a module can generate a trigger
hpe1437_trigger_gen_get gets the trigger generation status
hpe1437_trigger_maglevel specifies the trigger threshold for a magnitude trigger
hpe1437_trigger_maglevel_get gets magnitude trigger threshold
hpe1437_trigger_slope selects a positive or negative trigger
hpe1437_trigger_slope_get gets trigger slope
hpe1437_trigger_type determines the trigger type
hpe1437_trigger_type_get gets trigger type
VXIplug&play Syntax
#include "hpe1437.h"
ViStatus hpe1437_trigger_setup(ViSession id, ViInt16 tType, ViInt32 delay, ViInt16
adcLevel, ViInt16 magLevel, ViInt16 slope, ViInt16 gen);
ViStatus hpe1437_trigger_adclevel(ViSession id, ViInt16 adcLevel);
ViStatus hpe1437_trigger_adclevel_get(ViSession id, ViPInt16 adcLevelPtr);
ViStatus hpe1437_trigger_delay(ViSession id, ViInt32 delay);
ViStatus hpe1437_trigger_delay_get(ViSession id, ViPint32 delayPtr);
ViStatus hpe1437_trigger_gen(ViSession id, ViInt16 gen);
ViStatus hpe1437_trigger_gen_get(ViSession id, ViPInt16 genPtr);
ViStatus hpe1437_trigger_maglevel(ViSession id, ViInt16 magLevel);
ViStatus hpe1437_trigger_maglevel_get(ViSession id, ViPInt16 magLevelPtr);
ViStatus hpe1437_trigger_slope(ViSession id, ViInt16 slope);
ViStatus hpe1437_trigger_slope_get(ViSession id, ViPInt16 slopePtr);
ViStatus hpe1437_trigger_type(ViSession id, ViInt16 tType);
ViStatus hpe1437_trigger_type_get(ViSession id, ViPInt16 tTypePtr);
4-61
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com

Advertisement

Table of Contents
loading

Table of Contents