IviScope_ConfigureAcquisitionType

CVI/LabWindows IVI Class Driver

IviScope_ConfigureAcquisitionType

IviScopeBase Capability Group

C Function Prototype

ViStatus IviScope_ConfigureAcquisitionType(ViSession vi, ViInt32 acquisitionType);

Purpose

This function configures how the oscilloscope acquires data and fills the waveform record.

Parameters

Name Type Description
vi ViSession The instrument handle that you obtain from the IviScope_init or IviScope_InitWithOptions functions. The handle identifies a particular IVI session.
acquisition Type ViInt32 Specifies the manner in which the oscilloscope acquires data and fills the waveform record. The driver sets the IVISCOPE_ATTR_ACQUISITION_TYPE attribute to this value.

Return Values