niDMM_ConfigureMeasCompleteDest

NI-DMM C/CVI/VB

niDMM_ConfigureMeasCompleteDest

ViStatus = niDMM_ConfigureMeasCompleteDest(ViSession Instrument_Handle, ViInt32 Meas_Complete_Destination)

Purpose

Specifies the destination of the DMM Measurement Complete (MC) signal. Refer to Triggering for more information.

Parameters

Input
Name Type Description
Instrument_Handle ViSession Identifies a particular instrument session. You obtain the Instrument_Handle parameter from niDMM_init or niDMM_InitWithOptions. The default is None.
Meas_Complete_Destination ViInt32 Specifies the destination of the Measurement Complete signal. This signal is issued when the DMM completes a single measurement. The driver sets the NIDMM_ATTR_MEAS_COMPLETE_DEST attribute to this value. This signal is commonly referred to as Voltmeter Complete.
Note  To determine which values are supported by each device, refer to the LabWindows/CVI Trigger Routing section.

Return Value

Name Type Description
Status ViStatus Reports the Status of this operation. To obtain a text description of the status code, call niDMM_error_message. To obtain additional information concerning the error condition, use niDMM_GetError.