AMETEK Ls Series Driver Manual User Manual
Page 87

IVI Driver Manual
Lx / Ls Series
83
Valid Values:
- CILXS_VAL_TRIGGER_MODE_FIX - The output phase is unaffected by a
triggered output transient.
- CILXS_VAL_TRIGGER_MODE_STEP - The output phase is programmed to the
value set by ciLxs_ConfigureTriggeredAngle when a triggered transient
occurs.
- CILXS_VAL_TRIGGER_MODE_PULSE - The output phase is changed to the
value set by ciLxs_ConfigureTriggeredAngle for a duration determined
by the ciLxs_ConfigurePulse function.
- CILXS_VAL_TRIGGER_MODE_LIST - The waveform shape is controlled by
the phase list when a triggered
transient occurs.
Default Value:
CILXS_VAL_TRIGGER_MODE_FIX
Return Value
Returns the status code of this operation. The status code either
indicates success or describes an error or warning condition. You
examine the status code from each call to an instrument driver
function to determine if an error occurred.
To obtain a text description of the status code, call the
ciLxs_error_message function. To obtain additional information about
the error condition, call the ciLxs_GetError function. To clear the
error information from the driver, call the ciLxs_ClearError
function.
The general meaning of the status code is as follows:
Value Meaning
-------------------------------
0 Success
Positive Values Warnings
Negative Values Errors
This driver defines the following status codes:
Status Description
-------------------------------------------------
ERRORS:
BFFA1001 The trigger source is not software trigger.
This instrument driver also returns errors and warnings defined by
other sources. The following table defines the ranges of additional
status codes that this driver can return. The table lists the
different include files that contain the defined constants for the
particular status codes:
Numeric Range (in Hex) Status Code Types
-------------------------------------------------
3FFA0000 to 3FFA1FFF IVI Warnings
3FFF0000 to 3FFFFFFF VISA Warnings
3FFC0000 to 3FFCFFFF VXIPnP Driver Warnings
BFFA0000 to BFFA1FFF IVI Errors
BFFF0000 to BFFFFFFF VISA Errors
BFFC0000 to BFFCFFFF VXIPnP Driver Errors
________________________________________________________________________________