IviScope_SampleMode

CVI/LabWindows IVI Class Driver

IviScope_SampleMode

IviScopeSampleMode Capability Group

C Function Prototype

ViStatus IviScope_SampleMode (ViSession vi, ViInt32 *sampleMode);

Purpose

This function returns the sample mode the oscilloscope is currently using.

Parameters

Inputs 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.
     
Outputs Type Description
sampleMode ViInt32 Returns the sample mode the oscilloscope is currently using. The driver returns the value of the IVISCOPE_ATTR_SAMPLE_MODE attribute.

Return Values