tecella_stimulus_segment_ex Struct Reference

#include <TecellaAmp.h>


Data Fields

TECELLA_STIMULUS_SEGMENT_TYPE type
double value
double value_delta
double duration
double duration_delta
int ramp_steps
int ramp_step_size
int digital_out
int slew


Detailed Description

tecella_stimulus_segment_ex Create an array of these and pass it to tecella_vcmd_set_ex(). This version adds new features compared to the non "ex" version, but is more likely to change between versions

Field Documentation

A mask for the digital out bits associated with this stimulus.

Duration of segment in seconds. Note: Total duration for a TECELLA_STIMULUS_SEGMENT_RAMP segment is duration*ramp_steps.

Increment duration by this delta after each iteration of the vcmd. Valid only if type is TECELLA_STIMULUS_SEGMENT_DELTA.

The size of each ramp step. The range is usually limited to [0,4], but check the hwprops to make sure.

The number of 1mV steps to take. Number of ramp steps is limited to 256. To specify up vs down, see value_delta. Valid only if type is TECELLA_STIMULUS_SEGMENT_RAMP.

Select which slew to use right before this segment is applied.

Type of segment.

Amplitude of segment in Volts (if vcmd) or Amps (if icmd).

If type is TECELLA_STIMULUS_SEGMENT_DELTA, increment value by this delta after each iteration of the vcmd. If type is TECELLA_STIMULUS_SEGMENT_RAMP, a negative value indicates a down ramp and a positive value indicates an up ramp.


The documentation for this struct was generated from the following file:

Generated on Thu Mar 25 12:06:43 2010 for Tecella Amp by  doxygen 1.5.8