IviDmm_ConfigureMeasCompleteDest

CVI/LabWindows IVI Class Driver

IviDmm_ConfigureMeasCompleteDest

IviDmmMultiPoint Capability Group

C Function Prototype

ViStatus IviDmm_ConfigureMeasCompleteDest (ViSession vi, ViInt32 measCompleteDest);

Purpose

This function configures the destination of the measurement-complete signal, which is commonly referred to as Voltmeter Complete.

Parameters

Name Type Description
vi ViSession The instrument handle that you obtain from the IviDmm_init or IviDmm_InitWithOptions functions. The handle identifies a particular IVI session.
measComplete Dest ViInt32 Specifies the measurement complete destination. The driver uses this value to set the IVIDMM_ATTR_MEAS_COMPLETE_DEST attribute.

Return Values