www.vtiinstruments.com
VM3608A/3616A Programming
59
ViInt16
count,
- This parameter specifies the position in the scan
list array where the interrupt routine
loading the DACs should either stop or loop back to
zero.
Valid Range:
vtvm3616_COUNT_MIN (1) to
vtvm3616_COUNT_MAX (512).
ViReal32 voltageList[],
- This parameter specifies the voltage values to be
set in the scan list arrays of the specified channel.
Each element of the array should be of the range
specified below:
vtvm3616_VOLT_LEVEL_VALUE_MIN (-20.00000) to
vtvm3616_VOLT_LEVEL_VALUE_MAX (19.99939).
ViInt16
numOfVolts
- This parameter specifies the number of valid entries
for the voltage list array.
Valid Range:
vtvm3616_VOLTAGE_LIST_MIN (1) to
vtvm3616_VOLTAGE_LIST_MAX (512).
Return Values:
Returns VI_SUCCESS if successful.
Else returns error value.
Description
This function is an application function that shows
how the user can use core functions to load the
specified channel's scan list with the voltage values.
These values can then be loaded to the DAC using the
interrupt routine.
*************************************************************************/
ViStatus _VI_FUNC vtvm3616_setupScanListParams( ViSession instrHndl,
ViInt16 channel,
ViInt16 mode,
ViInt16 count,
ViReal32voltageList[],
ViInt16
numOfVolts)
{
ViStatus status = VI_NULL;
ViInt16 channelList[1];
channelList[0] = channel;
Содержание VM3608A
Страница 2: ...VTI Instruments Corp 2 ...
Страница 6: ...VTI Instruments Corp 6 VM3608A 3616A Preface ...
Страница 12: ...VTI Instruments Corp 12 VM3608A 3616A Preface ...
Страница 18: ...VTI Instruments Corp 18 VM3608A 3616A Introduction ...
Страница 134: ...VTI Instruments Corp 134 VM3608A 3616A Command Dictionary ...