www.vtiinstruments.com
EX1629 Command Set 151
vtex1629_get_dsp_version
FUNCTION PROTOTYPE
ViStatus vtex1629_get_dsp_version (ViSession vi, ViInt32 board, ViPInt32 dspMajor, ViPInt32 dspMinor,
ViPInt32 dspBuild, ViChar _VI_FAR date[], ViChar _VI_FAR time[], ViPInt32 FPGAVersion);
FUNCTION PARAMETERS
vi = contains a session handle to the instrument. This handle is obtained by the function and remains valid until the
session is closed.
board = indicates the analog board for which the function will retrieve information. Valid values are 0, 1, or 2.
dspMajor = indicates the minor dsp version.
dspMinor = indicates the minor DSP version.
dspBuild = indicates the DSP build.
date[] = indicates the date of the DSP build. The client should allocate an array of 32 characters for this returned
string.
time[] = indicates the time of the DSP build. The client should allocate an array of 32 characters for this returned
string.
FPGAVersion = indicates the FPGA version.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function returns the DSP (digital signal processor) version information for a given analog board. This function
is intended for factory use only. Customers should refer to the firmware version reported by
vtex1629_revision_query function.